- Flexera Community
- :
- Flexera One
- :
- Flexera One Forum
- :
- Possible to stop a CloudApp execution instead of terminating/deleting resources?
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Possible to stop a CloudApp execution instead of terminating/deleting resources?
Hello,
I have read the documentation regarding operations and I am unsure how to be able to stop a running CloudApp after the provision is finished. If I want to permanently keep the resource then I seem to have to leave the CloudApp execution running forever. Is it possible to stop the job with the operations/handlers?
Thank you, Quentin
This thread has been automatically locked due to inactivity.
To continue the discussion, please start a new thread.
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Tim,
I see that I can define an API action to happen when 'stop' is hit (like stopping an azure vm like in the portal), but that still leaves the cloudapp running indefinitely in the list until Terminated. My concern with this is that the cloudapp cannot be deleted off the list in history until Terminated and it means that any all deployments are subject to being destroyed if in that list. Is there a way to have the stop button just kill the cloudapp job in the SS engine like when I run RSC to kill a job?
.\rsc.exe --retry=5 --timeout=60 --account=______ -F --refreshToken=$REFRESH_TOKEN --host=us-3.rightscale.com ss stop /api/manager/projects/______/executions/__________
