Delete machine pool
Delete the additional machine pool from a cluster.
rosa delete machinepool [flags]
# Delete machine pool with ID mp-1 from a cluster named 'mycluster'
rosa delete machinepool --cluster=mycluster mp-1
-c, --cluster string Name or ID of the cluster to delete the machine pool from (required).
-h, --help help for machinepool
--debug Enable debug mode.
--profile string Use a specific AWS profile from your credential file.
-v, --v Level log level for V logs
-y, --yes Automatically answer yes to confirm operation.
- rosa delete - Delete a specific resource