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
The MAIP agent identifier (e.g.,
maip:t1234567:01HYX3KPZQ7RJGBN0WFMV8SDEH).Request Body
All fields are optional, but at least one must be provided.Updated human-readable name. Maximum 256 characters.
Updated description. Maximum 2048 characters.
Replacement metadata object. Replaces the entire metadata field (not a merge).
Maximum 16 KB serialized.
Response
Returns the full updated agent identity object.Internal UUID primary key.
MAIP-compliant agent identifier.
The updated display name.
The updated description.
The updated metadata object.
Current lifecycle status after update.
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

