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