"Check whether you own this domain or not.".
The request CheckUserOwnsDomainRequest
A Promise of CheckUserOwnsDomainResponse
Order a Web Hosting plan. Order a Web Hosting plan, specifying the offer
type required via the offer_id
parameter.
The request CreateHostingRequest
A Promise of Hosting
Create a user session.
The request CreateSessionRequest
A Promise of Session
Delete a Web Hosting plan. Delete a Web Hosting plan, specified by its
hosting_id
. Note that deletion is not immediate: it will take place at
the end of the calendar month, after which time your Web Hosting plan and
all its data (files and emails) will be irreversibly lost.
The request DeleteHostingRequest
A Promise of Hosting
Get DNS records. Get the set of DNS records of a specified domain associated with a Web Hosting plan.
The request GetDomainDnsRecordsRequest
A Promise of DnsRecords
Get a Web Hosting plan. Get the details of one of your existing Web Hosting
plans, specified by its hosting_id
.
The request GetHostingRequest
A Promise of Hosting
"List the control panels type: cpanel or plesk.".
The request ListControlPanelsRequest
A Promise of ListControlPanelsResponse
List all Web Hosting plans. List all of your existing Web Hosting plans. Various filters are available to limit the results, including filtering by domain, status, tag and Project ID.
The request ListHostingsRequest
A Promise of ListHostingsResponse
List all offers. List the different Web Hosting offers, and their options, available to order from Scaleway.
The request ListOffersRequest
A Promise of ListOffersResponse
Restore a Web Hosting plan. When you delete a Web Hosting
plan, definitive deletion does not take
place until the end of the calendar month. In the time between initiating
the deletion, and definitive deletion at the end of the month, you can
choose to restore the Web Hosting plan, using this endpoint and
specifying its hosting_id
.
The request RestoreHostingRequest
A Promise of Hosting
Update a Web Hosting plan. Update the details of one of your existing Web
Hosting plans, specified by its hosting_id
. You can update parameters
including the contact email address, tags, options and offer.
The request UpdateHostingRequest
A Promise of Hosting
Waits for Hosting to be in a final state.
The request GetHostingRequest
Optional
options: Readonly<WaitForOptions<Webhosting.v1alpha1.Hosting>>The waiting options
A Promise of Hosting
Web Hosting API.
This API allows you to manage your Web Hosting services.