Machine Pool API Reference (0.26.76)
Machine Pool API Reference (0.26.76)
note
This is archived documentation for version 0.26.76. For the current documentation, see current documentation.
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).--enable-rootless-dataplane-config: Enable the dataplane rootless configuration for nodes running under this machine pool.
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.
Examples
- CLI
$ anyscale machine-pool delete --name can-testing
Deleted machine pool 'can-testing'.