cURL
curl --request POST \ --url https://cloud.firebender.com/v0/agents/{id}/stop \ --header 'X-API-Key: <api-key>'
{ "id": "fb_abc123xyz789" }
Stop a running cloud agent. This terminates the agent’s execution. Stopped agents cannot be resumed.
API key from Firebender Dashboard
Unique identifier for the cloud agent
"fb_abc123xyz789"
Agent stopped successfully
Was this page helpful?