Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To stop and delete the cluster using codespace type the below commands in the terminal.

Code Block
$ roost stop           // Stops the running cluster
$ roost delete         // Delete the cluster that is either in stop or running state

...