diff --git a/src/pylorax/api/v0.py b/src/pylorax/api/v0.py index 1904512a..baa60587 100644 --- a/src/pylorax/api/v0.py +++ b/src/pylorax/api/v0.py @@ -832,8 +832,8 @@ POST `/api/v0/compose` ] } -DELETE `/api/v0/blueprints/cancel/` -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +DELETE `/api/v0/compose/cancel/` +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Cancel the build, if it is not finished, and delete the results. It will return a status of True if it is successful.