Skip to main content
POST
/
v0
/
agents
/
{id}
/
stop
Stop an agent
curl --request POST \
  --url https://cloud.firebender.com/v0/agents/{id}/stop \
  --header 'X-API-Key: <api-key>'
{
  "id": "fb_abc123xyz789"
}

Authorizations

X-API-Key
string
header
required

API key from Firebender Dashboard

Path Parameters

id
string
required

Unique identifier for the cloud agent

Example:

"fb_abc123xyz789"

Response

Agent stopped successfully

id
string
required

Unique identifier for the cloud agent

Example:

"fb_abc123xyz789"