Stop maintenance mode
Stops maintenance mode on the allocator.
Path parameters
-
allocator_id
string Required The allocator identifier.
Query parameters
-
reason
string Provides a reason for changing the maintenance mode which will appear as a message on the allocator.
Responses
-
202 application/json
The stop maintenance mode command was issued successfully
-
403 application/json
The stop maintenance mode command was prohibited for the given allocator. (code:
root.unauthorized.rbac
) -
404 application/json
The allocator specified by {allocator_id} cannot be found. (code:
allocators.allocator_not_found
)
POST
/platform/infrastructure/allocators/{allocator_id}/maintenance-mode/_stop
curl \
--request POST 'https://{{hostname}}/api/v1/platform/infrastructure/allocators/{allocator_id}/maintenance-mode/_stop' \
--user "username:password"