Logo
Fireblocks API Documentation

Cancel a running job

POST {{baseUrl}}/batch/:jobId/cancel

Stop the given job immediately. If the job is in the ‘Active’ state, the job will be canceled after completing the current task. Vault accounts and Wallets that are already created will not be affected.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Idempotency-Key
string A unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.
Accept
string




RESPONSES

status OK





Curl
curl -X POST 'https://api.fireblocks.io/v1/batch/:jobId/cancel' -H 'Idempotency-Key: <string>' -H 'Accept: application/json'

ENDPOINTS