Plan
Stop or restart the optimization of a plan
PUT
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The plan UUID. Universally Unique Identifier.
Pattern:
^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$Example:
"cd4ce4e3-0208-4b10-b346-25f235214e4f"
Query Parameters
If true, on an archived item, the requested action will be forced and the item will be unarchived.
Body
application/json
A boolean value: false will stop the optimization, true will restart the optimization.
The body is of type boolean.
Example:
false
Response
The request succeeded.

