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):
| Field | Type | Description |
|---|---|---|
args | string[] | Args are arguments to the entrypoint. |
command | string[] | Command overrides the image entrypoint. |
env | EnvVar[] | Env is a list of environment variables to set in the sandbox. |
image | string | Image is the OCI image reference for the agent. (required) |
Response
200: OK201: Created202: 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):
| Field | Type | Description |
|---|---|---|
args | string[] | Args are arguments to the entrypoint. |
command | string[] | Command overrides the image entrypoint. |
env | EnvVar[] | Env is a list of environment variables to set in the sandbox. |
image | string | Image is the OCI image reference for the agent. (required) |
Response
200: OK201: Created
Update AgentSandboxRevision
PATCH/apis/clrk.apoxy.dev/v1alpha1/namespaces/{namespace}/agentsandboxrevisions/{name}
Partially update the specified AgentSandboxRevision
Response
200: OK201: Created
Delete AgentSandboxRevision
DELETE/apis/clrk.apoxy.dev/v1alpha1/namespaces/{namespace}/agentsandboxrevisions/{name}
delete an AgentSandboxRevision
Response
200: OK202: Accepted