start_server
Start a Sakura Cloud server using its API. Specify the zone and server ID to initiate boot, which may take time to complete.
Instructions
さくらのクラウドAPIでサーバーを起動します サーバの起動には時間がかかるため、リクエストがタイムアウトする場合があります
Args: zone (str): 対象ゾーン server_id (str): サーバーID
Returns: dict: 起動処理のJSONレスポンス - Instance: 電源状態情報 - Server: サーバー情報 - ID: サーバーID - Status: 処理後の電源状態 - BeforeStatus: 処理前の電源状態 - StatusChangedAt: 状態変更日時 - is_ok: 処理結果
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone | Yes | ||
| server_id | Yes |