Getting startedGuidesReferenceChangelog
Apoxy:// Docs / Reference / AgentSandboxRevision

AgentSandboxRevision

API reference for Agent Sandbox Revisions (clrk.apoxy.dev/v1alpha1)

API Group: clrk.apoxy.dev/v1alpha1

Operations

List AgentSandboxRevision

GET/apis/clrk.apoxy.dev/v1alpha1/agentsandboxrevisions

List AgentSandboxRevision

Response

  • 200: OK

List AgentSandboxRevision

GET/apis/clrk.apoxy.dev/v1alpha1/namespaces/{namespace}/agentsandboxrevisions

List AgentSandboxRevision

Response

  • 200: OK

Create AgentSandboxRevision

POST/apis/clrk.apoxy.dev/v1alpha1/namespaces/{namespace}/agentsandboxrevisions

create an AgentSandboxRevision

Request Body

Spec fields (AgentSandboxRevisionSpec):

FieldTypeDescription
argsstring[]Args are arguments to the entrypoint.
commandstring[]Command overrides the image entrypoint.
envEnvVar[]Env is a list of environment variables to set in the sandbox.
imagestringImage is the OCI image reference for the agent. (required)

Response

  • 200: OK
  • 201: Created
  • 202: Accepted

Delete All AgentSandboxRevision

DELETE/apis/clrk.apoxy.dev/v1alpha1/namespaces/{namespace}/agentsandboxrevisions

Delete collection of AgentSandboxRevision

Response

  • 200: OK

Get AgentSandboxRevision

GET/apis/clrk.apoxy.dev/v1alpha1/namespaces/{namespace}/agentsandboxrevisions/{name}

Get the specified AgentSandboxRevision

Response

  • 200: OK

Replace AgentSandboxRevision

PUT/apis/clrk.apoxy.dev/v1alpha1/namespaces/{namespace}/agentsandboxrevisions/{name}

Replace the specified AgentSandboxRevision

Request Body

Spec fields (AgentSandboxRevisionSpec):

FieldTypeDescription
argsstring[]Args are arguments to the entrypoint.
commandstring[]Command overrides the image entrypoint.
envEnvVar[]Env is a list of environment variables to set in the sandbox.
imagestringImage is the OCI image reference for the agent. (required)

Response

  • 200: OK
  • 201: Created

Update AgentSandboxRevision

PATCH/apis/clrk.apoxy.dev/v1alpha1/namespaces/{namespace}/agentsandboxrevisions/{name}

Partially update the specified AgentSandboxRevision

Response

  • 200: OK
  • 201: Created

Delete AgentSandboxRevision

DELETE/apis/clrk.apoxy.dev/v1alpha1/namespaces/{namespace}/agentsandboxrevisions/{name}

delete an AgentSandboxRevision

Response

  • 200: OK
  • 202: Accepted