- 👋 Hello
- API Introduction
- API Reference
- User
- Balance
- Affiliate
- Invoices
- Support
- SSH Keys
- Servers
- Scale
- Addons
- Rescue
- List plansGET
- List serversGET
- Server statusGET
- Get a serverGET
- Server metricsGET
- BandwidthGET
- Deploy new serverPOST
- Start a serverPOST
- Restart a serverPOST
- Stop a serverPOST
- Power offPOST
- Cancel serverPOST
- Undo cancel requestDELETE
- Change passwordPUT
- Update hostnamePUT
- Update SSH KeysPATCH
- Modify ISOsPOST
- RestorePOST
- Renew serverPOST
- Reinstall ServerPOST
- Change Primary IPPOST
- Calculate renew amountPOST
- Plans
- Snapshots
- Backups
- Server Images
- Floating IPs
- IP Addresses
- Network Protection
- Orders
- ISOs
Enable rescue mode
POST
https://api.vpsbg.eu/v1/servers/{id}/rescue
Servers
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
id
integerÂ
required
Example:
27567
Header Params
Accept
stringÂ
required
Default:
application/json
Body Params application/json
password
stringÂ
required
>= 5 characters
Example
{
"password": "string"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.vpsbg.eu/v1/servers/27567/rescue' \
--header 'Accept;' \
--header 'Content-Type: application/json' \
--data-raw ''
Responses
🟢204No Content
text/plain
Body
data
object (Server)Â
required
id
integerÂ
required
Example:
2864
hostname
stringÂ
required
Example:
ubuntu-2gb
billing_cycle
integerÂ
required
Example:
1
plan
objectÂ
required
status
stringÂ
required
Examples:
active processing suspended terminated
virtualization
stringÂ
required
Example:
kvm
promo_code
string  | nullÂ
optional
renew_amount
numberÂ
required
renew_amount_with_vat
numberÂ
required
locked
booleanÂ
required
locked_at
string  | nullÂ
optional
lock_reason
string  | nullÂ
optional
created_at
stringÂ
required
Example:
2024-08-29T14:21:54.000000Z
expiry_at
stringÂ
required
Example:
2024-10-27T11:03:10.000000Z
potential_expiry_at
stringÂ
required
Example:
2024-11-27T11:03:10.000000Z
auto_renew
booleanÂ
required
show_smtp_unblock_form
booleanÂ
required
server_image
objectÂ
required
ip_addresses
array[object (IP address) {10}]Â
required
addons
array [object {8}]  | nullÂ
optional
cancel_request
optional
settings
objectÂ
required
root_password_login_enabled
booleanÂ
required
Default:
true
ssh_keys
array [object {3}]Â
required
app_getting_started
string  | nullÂ
optional
links
objectÂ
required
first
stringÂ
required
last
stringÂ
required
prev
nullÂ
required
next
nullÂ
required
meta
objectÂ
required
current_page
integerÂ
required
from
integerÂ
required
last_page
integerÂ
required
links
array [object {3}]Â
required
path
stringÂ
required
per_page
integerÂ
required
to
integerÂ
required
total
integerÂ
required
🔴500Server Error
Modified at 2025-01-21 07:48:56