Update Agent
Machine Agents
Update Agent
Update an agent’s display name, description, metadata, or status
PATCH
Update Agent
Update Agent
PATCH /v1/agents/{agentID}
Updates mutable fields on an existing machine agent identity. Only the fields provided in the request body are modified; all other fields remain unchanged. At least one field must be provided.
Authentication
RequiresX-API-Key header or Bearer JWT token. Tenant-scoped via X-Tenant-ID.
Path Parameters
string
required
The MAIP agent identifier (e.g.,
maip:t1234567:01HYX3KPZQ7RJGBN0WFMV8SDEH).Request Body
All fields are optional, but at least one must be provided.string
Updated human-readable name. Maximum 256 characters.
string
Updated description. Maximum 2048 characters.
object
Replacement metadata object. Replaces the entire metadata field (not a merge).
Maximum 16 KB serialized.
string
Response
Returns the full updated agent identity object.string
Internal UUID primary key.
string
MAIP-compliant agent identifier.
string
The updated display name.
string
The updated description.
object
The updated metadata object.
string
Current lifecycle status after update.
string
ISO 8601 timestamp reflecting the update.
Example
Authorizations
API key for machine-to-machine authentication
Path Parameters
Agent identifier
Body
application/json
Response
Agent updated
Available options:
orchestrator, worker, inference, pipeline, service, bot, llm Maximum string length:
256Available options:
active, suspended, revoked Required range:
0 <= x <= 1Base64-encoded public key

