Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (12 loc) · 486 Bytes

InstanceState.md

File metadata and controls

27 lines (12 loc) · 486 Bytes

InstanceState

Enum

  • ON (value: "on")

  • OFF (value: "off")

  • BOOTING (value: "booting")

  • DELETING (value: "deleting")

  • CREATING (value: "creating")

  • RESTORING (value: "restoring")

  • PAUSED (value: "paused")

  • REBOOTING (value: "rebooting")

  • ERROR (value: "error")

[Back to Model list] [Back to API list] [Back to README]