Start maintenance mode
Start maintenance mode of a constructor. It will stop constructing new plans while continuing with on-going ones.
Path parameters
-
constructor_id
string Required Identifier for the constructor
Responses
-
202 application/json
The start maintenance mode command was issued successfully
-
403 application/json
The start maintenance mode command was prohibited for the given constructor. (code:
constructors.command_prohibited
) -
404 application/json
The constructor specified by {constructor_id} cannot be found. (code:
constructors.constructor_not_found
)
POST
/platform/infrastructure/constructors/{constructor_id}/maintenance-mode/_start
curl \
--request POST 'https://{{hostname}}/api/v1/platform/infrastructure/constructors/{constructor_id}/maintenance-mode/_start' \
--user "username:password"