Legacy CLI and SDK methods
Legacy CLI and SDK methods
Anyscale has deprecated methods for the CLI and SDK as documented in the following pages. To continue using these methods, install Anyscale CLI version 0.26.72 or earlier.
These methods will be fully removed from the Anyscale platform on January 29, 2026.
Legacy API reference
- Cloud API (legacy)
- Cluster API (legacy)
- Compute config API (legacy)
- Image API (legacy)
- Job API (legacy)
- Other API (legacy)
- Schedule API (legacy)
- Service API (legacy)
- Workspaces API (legacy)
Commands removed in version 0.26.77
Anyscale CLI version 0.26.77 removes support for a number of legacy commands, including the following:
- The full set of legacy
anyscale workspacecommands, replaced byanyscale workspace_v2. - The full set of
anyscale listcommands, replaced by resource-specific list commands.
The following table recommends how to migrate legacy commands:
| Deprecated command | Supported command | Notes |
|---|---|---|
anyscale workspace create | anyscale workspace_v2 create | |
anyscale workspace run | anyscale workspace_v2 run_command | |
anyscale workspace ssh | anyscale workspace_v2 ssh | |
anyscale workspace start | anyscale workspace_v2 start | |
anyscale workspace terminate | anyscale workspace_v2 terminate | |
anyscale workspace pull | anyscale workspace_v2 pull | |
anyscale workspace push | anyscale workspace_v2 push | |
anyscale workspace list | anyscale workspace_v2 list | |
anyscale workspace clone | anyscale workspace_v2 pull | |
anyscale workspace tags | anyscale workspace_v2 tags | |
anyscale workspace cp | anyscale workspace_v2 pull | Pulls files under working directory only. No alternative exists for files outside the working directory. |
anyscale workspace activate | N/A | workspace_v2 commands don't require activation. |
anyscale list clouds | anyscale cloud list | |
anyscale list projects | anyscale project list | |
anyscale list sessions | anyscale cluster list | |
anyscale list ips | N/A | Use the Anyscale console to view cluster node information. |
anyscale service rollout | anyscale service deploy | |
anyscale project init | anyscale project create | |
anyscale exec | anyscale job submit | Runs your script as a job in a cluster. |
anyscale schedule create | anyscale schedule apply | |
anyscale schedule update | anyscale schedule apply |