cURL
curl --request PATCH \ --url https://v1.api.flux-os.com/tickets/tank/{id}/cancel \ --header 'x-api-key: <api-key>' \ --header 'x-user-id: <api-key>'
{ "data": { "job_id": 123, "status": "<string>" } }
Cancel an existing tank ticket by ID.
The tank ticket ID.
Tank ticket queued for cancelation.
Show child attributes