DigitalOcean-public.v2-new_GradientAI Platform
Update Agent Status
Check whether an agent is public or private. To update the agent status, send a PUT request to /v2/gen-ai/agents/{uuid}/deployment_visibility.
put/v2/gen-ai/agents/{uuid}/deployment_visibility
Path parameters
uuidstring required
Unique id
Request body
Example request
{
"uuid": "\"12345678-1234-1234-1234-123456789012\"",
"visibility": "VISIBILITY_UNKNOWN"
}Response
A successful response.