deleteContainerFleet
inline suspend fun GameLiftClient.deleteContainerFleet(crossinline block: DeleteContainerFleetRequest.Builder.() -> Unit): DeleteContainerFleetResponse
Deletes all resources and information related to a container fleet and shuts down currently running fleet instances, including those in remote locations. The container fleet must be in ACTIVE
status to be deleted.
To delete a fleet, specify the fleet ID to be terminated. During the deletion process, the fleet status is changed to DELETING
.
Learn more