hostingaccount::suspend
Description
Suspend a hosting account.
Requests to a suspended hosting account's website will be redirected, in order of preference, to that specified through:
Request details
-
Method
POST
-
URL
https://api.hostingreborn.com/hostingaccount/suspend/
Arguments
- key
- API key
- domain
- Hosting account domain name
Responses
<?xml version="1.0" encoding="utf-8"?>
<success>true</success>
Exceptions
Examples
POST /account/suspend/
key=acbd18db4cc2f85cedef654fccc4a4d8
&domain=http://test01.example.com
<?xml version="1.0" encoding="utf-8"?>
<success>true</success>
See also
-
hostingaccount::unsuspend
Unsuspend a hosting account
-
account::terminate
Terminate (delete) a hosting account