Versions Compared

Key

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

...

Code Block
curl -X PUT http://10.10.100.19:8192/api/cluster/flexup -d instances=2 -d profile=small

 

Curl request example to flex down flexdown one instance with the profile set to small:

...