Machine pool CLI reference
Machine pool CLI reference
Customer-hosted cloud features
note
Some features are only available on customer-hosted clouds. Reach out to support@anyscale.com for info.
Machine pool CLI
anyscale machine-pool create Beta
warning
This command undergoes rapid iteration. Users must be tolerant of change.
Usage
anyscale machine-pool create [OPTIONS]
Create a machine pool in Anyscale.
Options
--name: Provide a machine pool name (must be unique within an organization).
Examples
- CLI
$ anyscale machine-pool create --name can-testing
Machine pool can-testing has been created successfully (ID mp_8ogdz85mdwxb8a92yo44nn84ox).
anyscale machine-pool update Beta
warning
This command undergoes rapid iteration. Users must be tolerant of change.
Usage
anyscale machine-pool update [OPTIONS]
Update a machine pool in Anyscale.
Options
--name: Provide a machine pool name.--spec-file: Provide a path to a specification file.
Examples
- CLI
$ anyscale machine-pool update --name can-testing --spec-file spec.yaml
Updated machine pool 'can-testing'.
anyscale machine-pool delete Beta
warning
This command undergoes rapid iteration. Users must be tolerant of change.
Usage
anyscale machine-pool delete [OPTIONS]
Delete a machine pool in Anyscale.
Options
--name: Provide a machine pool name.