You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Qoder deployments may also declare `environment_variables` as a semicolon- or newline-separated `KEY=VALUE` string. Qoder copies these variables into every Session created by that deployment; Claude does not support this extension.
69
+
65
70
## Native vs. emulated
66
71
67
72
| Provider | Deployment tier | What `deployment run` does |
|`deployment list`| List deployments tracked in state. |
123
+
|`deployment list --remote --provider <provider>`| List deployments from a native provider API; supports status, agent, archive, limit, and pagination filters. |
123
124
|`deployment get <name>`| Show a deployment's status and resolved bindings. |
125
+
|`deployment pause <name>`| Pause scheduled runs for a native deployment. |
126
+
|`deployment unpause <name>`| Resume a paused native deployment. |
124
127
|`deployment run <name>`| Trigger a deployment run (native on Qoder/Claude, emulated as a session on Bailian/Volcengine Ark). |
0 commit comments