cURL
curl --request POST \ --url https://api.example.com/fleets/{fleet}/machines/{machine_id}/stop \ --header 'Content-Type: application/json' \ --data ' { "signal": "<string>", "timeout": 123 } '
{ "code": "<string>", "detail": "<string>", "status": 123, "title": "<string>", "errors": [ { "location": "<string>", "message": "<string>", "value": "<unknown>" } ] }
No Content