cURL
curl --request POST \ --url https://api.agentpowers.ai/v1/agents/{slug}/unpublish
{ "slug": "<string>", "message": "<string>", "archived_at": "<string>" }
Unpublish (archive) an agent. Owner-only. Reversible via republish.
Successful Response
Was this page helpful?