Skip to main content
PATCH
/
v1
/
openclaw
/
{instance_id}
Openclaw Update
curl --request PATCH \
  --url https://api.example.com/v1/openclaw/{instance_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>"
}
'
{
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

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

Headers

xi-api-key
string | null

Path Parameters

instance_id
string
required

Body

application/json
name
string
required

Instance name

Required string length: 1 - 64

Response

Successful Response