Skip to main content
DELETE
/
api
/
v1
/
puppet
/
{namespace}
/
{sessionId}
/
{agentName}
End agent runtime
curl --request DELETE \
  --url https://api.coralcloud.ai/api/v1/puppet/{namespace}/{sessionId}/{agentName} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

namespace
string
required

The session's namespace

sessionId
string
required

The session's ID

agentName
string
required

The agent's name

Response

Success