Beyond Compute Service
Beyond Compute Service (BCS) is KakaoCloud's compute service group that lets users create and use virtual servers as needed without owning or maintaining physical infrastructure. BCS includes Virtual Machine, Bare Metal Server, and GPU services.
For more information about BCS, see the BCS service documentation.
API list
Browse the OpenAPI endpoints provided by BCS in alphabetical order.
| API | Description |
|---|---|
| Add image share | Shares the image to another project you specify. |
| Associate new public IP | Attach a new public IP to your instance's network interface. |
| Associate public IP | Attach an existing public IP to the network interface of the specified instance. |
| Attach network interface | Attach a network interface to your instance. |
| Attach security group | Attach a security group to your instance. |
| Attach volume | Attach a volume to your instance. |
| Create image | Create an image based on a specific volume. |
| Create instance | Creates a new instance. |
| Create keypair | Create a new key pair. |
| Create snapshot | Creates a new snapshot that stores the current state of the volume. |
| Create volume | Create a new volume. |
| Delete image | Delete the image. |
| Delete instance | Delete the instance completely. |
| Delete keypair | Delete the key pair. |
| Delete snapshot | Delete the snapshot. |
| Delete volume | Delete the volume. |
| Detach network interface | Detach the attached network interface from the instance. |
| Detach security group | Disassociate the security group associated with the instance. |
| Detach volume | Detach the volume attached to the instance. |
| Extend volume | Expand the size of the volume. |
| Get image | View detailed information of an image. |
| Get instance | View detailed information about an instance. |
| Get instance console log | View the instance's console logs in chronological order. |
| Get instance password | Look up the instance's password. |
| Get instance type | View details of an instance type. |
| Get keypair | View detailed information of the key pair. |
| Get snapshot | View detailed information about a specific snapshot. |
| Get volume | View detailed information of the specified volume. |
| Hard reboot instance | Forces a restart of an instance in a running state. |
| List image shared projects | View a list of projects sharing a specific image. |
| List images | A user views a list of images for operating systems available in a cloud environment. |
| List instance action logs | View the history of operations performed on the instance. |
| List instance network interfaces | View a list of network interfaces and detailed information for your instance. |
| List instance types (flavors) | View the list of registered instance types. |
| List instances | View the entire list of Kakao Cloud instances. |
| List keypairs | View the list of key pairs created by the user in Kakao Cloud and the detailed information of each key pair. |
| List snapshots | View the entire snapshot list. |
| List volume types | View a list by volume type and details of each volume type. |
| List volumes | View the list of volumes created by the user and their detailed information. |
| Operate instances | Perform actions such as starting, stopping, rebooting, and deleting instances. |
| Rebuild instance | Rebuild your instance to reset and reinstall the operating system and key pair. |
| Remove image share | Turn off sharing by removing a specific project from the image sharing destination. |
| Remove public IP | Disconnect or disconnect and delete the public IP associated with the instance. |
| Resize instance | Change the type of instance to adjust resource specifications such as CPU, memory, and storage. |
| Restore snapshot | Create a new volume by restoring a snapshot. |
| Shelve instance | Change the instance to the Shelved_offloaded state. |
| Soft reboot instance | Restart the running instance and change the instance state to Active state. |
| Start instance | Starts an instance in the Stopped state and transitions it to the Active state. |
| Stop instance | Transitions an instance from Active to the Stopped state. |
| Unshelve instance | Starts an instance in the shelved_offloaded state and transitions to the Active state. |
| Update image | Modify information for a specific image. |
| Update instance | Modify instance information. |
| Update instance volume | Modify information for a specific volume attached to an instance. |
| Update network interface allowed addresses | Update the IPs allowed to send packets to the network interfaces connected to your instance. |
| Update snapshot | Modify snapshot information. |
| Update volume | Modify information for a specific volume attached to an instance. |