Functionsยง
- count_
instances - Counts the total number of instances across all applications.
- count_
running_ instances - Counts the number of running instances for a specific application.
- create_
instance - Creates a new compute instance for an application.
- delete_
instance - Deletes a specific instance from the database.
- get_
instance_ by_ id - Retrieves a specific instance by its unique identifier.
- get_
running_ instances - Retrieves all running instances for a specific application.
- list_
instances_ by_ region - List instances by
region_id
andapp_id
paginated bypage
andper_page
using a where clause. - terminate_
all_ instances - Terminates all running instances for a specific application.
- update_
instance_ status - Updates the status and details of an existing instance.