Skip to main content

instance_delete

Function instance_delete 

Source
pub async fn instance_delete(
    configuration: &Configuration,
    name: &str,
    project: Option<&str>,
) -> Result<InstancesPut202Response, Error<InstanceDeleteError>>
Expand description

Deletes a specific instance. This also deletes anything owned by the instance such as snapshots and backups.