This document is primarily for the mantainers of python libaries for their perspective cloud. It provides a list of functions that SkyPilot will need, by integrating these functions into your python library you can drastically reduce the amount of work and complexity needed to add your cloud to SkyPilot.
- Launch an instance
- Remove an instance
- Set instance tags
- List instances
It is likely that you will require a wrapper to return the output from your python library into the format required by SkyPilot.