cURL
curl --request POST \ --url https://controller.platform.simplecloud.app/v0/servers/workflows/manual \ --header 'Content-Type: application/json' \ --header 'X-Network-ID: <x-network-id>' \ --header 'X-Network-Secret: <x-network-secret>' \ --data '{}'
{ "error_message": "workflow execution was rejected by serverhost", "message": "Manual workflow execution completed", "server_id": "123e4567-e89b-12d3-a456-426614174000", "success": true, "workflow_id": "internal.cleanup" }
Execute a configured manual workflow for a running server
Network ID
Network Secret
Server ID
Manual workflow execution request
The body is of type object.
object
OK
Response for executing a manual workflow on a single server.
"workflow execution was rejected by serverhost"
"Manual workflow execution completed"
"123e4567-e89b-12d3-a456-426614174000"
true
"internal.cleanup"
Was this page helpful?