GetMX-API
  1. Scale
GetMX-API
  • Domain
    • Get Domains
      POST
    • Add Domain
      POST
    • Delete Domain
      POST
    • Get Domain Detail
      POST
    • Bind Domain to Group-Pay
      POST
    • Unbind Domain from Group-Pay
      POST
    • Update Domain
      POST
  • Group Pay
    • Get Group-Pays
      POST
    • Add Group-Pay
      POST
    • Update Group-Pay
      POST
  • Email
    • Get Emails (V1)
      POST
    • Get Emails (V2)
      POST
    • Add Email
      POST
    • Delete Email
      POST
    • Update Email
      POST
    • Clean up Email
      POST
    • Get Emails Total
      POST
  • Message
    • Get Messages
      POST
    • Get Message Detail
      POST
    • Delete Message
      POST
    • Flagged Message
      POST
    • Seen Message
      POST
    • Answered Message
      POST
    • Get Folders
      POST
    • Move Message Folder
      POST
  • Alias
    • Get Aliases
    • Add Alias
    • Delete Alias
    • Update Alias
  • Message Notice
    • Get Message Notices
    • Add Message Notice
    • Delete Message Notice
    • Check Message Notice
    • Update Message Notice
  • SMTP Rule
    • Get Smtp Rules
    • Add Smtp Rule
    • Update Smtp Rule
    • Delete Smtp Rule
  • Scale
    • Query Remaining Space
      POST
    • Server Reboot
      POST
    • Server Reset
      POST
    • Server Cleanup (Deprecated)
      POST
  1. Scale

Server Reset

POST
/v1/vip-ip/reset
domain_id AND group_pay_id can't both empty
Server initialization will delete all emails, and they cannot be recovered. Use with caution.
Server initialization takes between 1 to 5 minutes. Please wait after calling.

Request

Body Params multipart/form-data

Request Code 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://domain-open-api.getmx.com/v1/vip-ip/reset' \
--form 'token="token"' \
--form 'domain_id="12345678"' \
--form 'group_pay_id="12345678"'

Responses

🟢200成功
application/json
Body

Example
{
    "code": 0,
    "msg": "string",
    "data": {
        "message_available_space_per": 0,
        "message_available_space_size": 0,
        "space_expansion_status": 0,
        "system_available_space_per": 0,
        "system_available_space_size": 0
    }
}
Modified at 2025-08-29 14:49:16
Previous
Server Reboot
Next
Server Cleanup (Deprecated)
Built with