# OnetSolutions ## Docs - [[Tokens] Get current authenticated user](https://help.onetsolutions.net/api-reference/authentication/[tokens]-get-current-authenticated-user.md): Retrieve detailed information about the currently authenticated user, including profile data, organization memberships, and token expiration time. This endpoint is commonly used to validate authentication state and fetch user context. - [[Alerts] Acknowledge instance alert](https://help.onetsolutions.net/api-reference/compute/[alerts]-acknowledge-instance-alert.md) - [[Alerts] Get instance alerts summary](https://help.onetsolutions.net/api-reference/compute/[alerts]-get-instance-alerts-summary.md) - [[Alerts] List instance alerts](https://help.onetsolutions.net/api-reference/compute/[alerts]-list-instance-alerts.md) - [[Alerts] Resolve instance alert](https://help.onetsolutions.net/api-reference/compute/[alerts]-resolve-instance-alert.md) - [[Alerts] Retrieve instance alert](https://help.onetsolutions.net/api-reference/compute/[alerts]-retrieve-instance-alert.md) - [[Backups] Create a new backup](https://help.onetsolutions.net/api-reference/compute/[backups]-create-a-new-backup.md): Create a full backup of a compute instance's disk. Backups are stored in a geographically separate location and can be used for disaster recovery. Backup creation is asynchronous and may take several minutes depending on disk size. - [[Backups] Get backup details](https://help.onetsolutions.net/api-reference/compute/[backups]-get-backup-details.md): Retrieve detailed information about a specific backup, including size, creation date, status, retention policy, and storage location. - [[Backups] Get backup download URL](https://help.onetsolutions.net/api-reference/compute/[backups]-get-backup-download-url.md): Generate a temporary pre-signed URL for downloading a backup file. The URL is valid for a limited time and provides direct access to the backup data. Use this for offline storage or migration to another platform. - [[Backups] List all backups for an instance](https://help.onetsolutions.net/api-reference/compute/[backups]-list-all-backups-for-an-instance.md): Retrieve a paginated list of all backups created for a compute instance. Backups are full copies of the instance disk stored in a separate location for disaster recovery purposes. - [[Backups] Partially update backup metadata](https://help.onetsolutions.net/api-reference/compute/[backups]-partially-update-backup-metadata.md): Partially update the metadata of a backup. Only the provided fields will be updated. - [[Backups] Replace backup metadata](https://help.onetsolutions.net/api-reference/compute/[backups]-replace-backup-metadata.md): Update the metadata of a backup, including name, description, and retention policy. The backup data itself cannot be modified. - [[Backups] Restore an instance from a backup](https://help.onetsolutions.net/api-reference/compute/[backups]-restore-an-instance-from-a-backup.md): Restore a compute instance to the state captured in a backup. This operation will replace the current disk contents with the backup data. The instance must be stopped before restoration. This action is irreversible and all current data will be lost. - [[Firewall] Apply a predefined firewall template](https://help.onetsolutions.net/api-reference/compute/[firewall]-apply-a-predefined-firewall-template.md): Apply a predefined firewall template to the instance, replacing existing rules. Templates provide common security configurations for different use cases (e.g., web server, database server). This operation applies the rules immediately. - [[Firewall] Apply firewall rules to an instance](https://help.onetsolutions.net/api-reference/compute/[firewall]-apply-firewall-rules-to-an-instance.md): Apply all configured firewall rules to the compute instance. This is an asynchronous operation that updates the instance's network security configuration. Rules that were added, modified, or deleted will take effect after this operation completes. - [[Firewall] Create a new firewall rule](https://help.onetsolutions.net/api-reference/compute/[firewall]-create-a-new-firewall-rule.md): Create a new firewall rule for a compute instance. Rules can allow or deny traffic based on protocol, port, and source/destination IP addresses. The rule will not take effect until firewall rules are applied to the instance. - [[Firewall] Delete a firewall rule](https://help.onetsolutions.net/api-reference/compute/[firewall]-delete-a-firewall-rule.md): Remove a firewall rule from the instance configuration. The deletion will not take effect until firewall rules are applied to the instance. - [[Firewall] Disable all firewall rules](https://help.onetsolutions.net/api-reference/compute/[firewall]-disable-all-firewall-rules.md): Disable all firewall rules for the instance without deleting them. This effectively opens all traffic to the instance. Use the apply endpoint to push changes. Warning: Disabling firewall rules may expose the instance to security risks. - [[Firewall] Enable all firewall rules](https://help.onetsolutions.net/api-reference/compute/[firewall]-enable-all-firewall-rules.md): Enable all configured firewall rules for the instance. This activates any previously disabled rules. Use the apply endpoint to push changes to the instance. - [[Firewall] Get firewall rule details](https://help.onetsolutions.net/api-reference/compute/[firewall]-get-firewall-rule-details.md): Retrieve detailed information about a specific firewall rule, including protocol, ports, IP ranges, and current status. - [[Firewall] List all firewall rules for an instance](https://help.onetsolutions.net/api-reference/compute/[firewall]-list-all-firewall-rules-for-an-instance.md): Retrieve a paginated list of all firewall rules configured for a specific compute instance. Rules control inbound and outbound network traffic to the instance. - [[Firewall] List available firewall templates](https://help.onetsolutions.net/api-reference/compute/[firewall]-list-available-firewall-templates.md): Retrieve a list of predefined firewall templates that can be applied to instances. Templates include common configurations for web servers, database servers, and other typical use cases. - [[Firewall] Partially update a firewall rule](https://help.onetsolutions.net/api-reference/compute/[firewall]-partially-update-a-firewall-rule.md): Partially modify an existing firewall rule configuration. Only provided fields will be updated. - [[Firewall] Replace a firewall rule](https://help.onetsolutions.net/api-reference/compute/[firewall]-replace-a-firewall-rule.md): Modify an existing firewall rule configuration. Changes will not take effect until firewall rules are applied to the instance. - [[Images] Delete a private image](https://help.onetsolutions.net/api-reference/compute/[images]-delete-a-private-image.md): Permanently delete a private image from the organization. Only private images owned by the organization can be deleted. Images currently in use by running instances cannot be deleted. Public platform images cannot be deleted. - [[Images] Get image details](https://help.onetsolutions.net/api-reference/compute/[images]-get-image-details.md): Retrieve detailed information about a specific image, including operating system details, disk size, creation date, and availability status. - [[Images] List all available images](https://help.onetsolutions.net/api-reference/compute/[images]-list-all-available-images.md): Retrieve a paginated list of all images available to the organization. This includes both public platform images and private images created from instance snapshots within the organization. - [[Images] List public operating system images](https://help.onetsolutions.net/api-reference/compute/[images]-list-public-operating-system-images.md): Retrieve a list of all publicly available operating system images. Public images include various Linux distributions, Windows Server editions, and pre-configured application stacks maintained by the platform. - [[Images] Partially update image metadata](https://help.onetsolutions.net/api-reference/compute/[images]-partially-update-image-metadata.md): Partially update the metadata of a private image. Only provided fields will be updated. - [[Images] Replace image metadata](https://help.onetsolutions.net/api-reference/compute/[images]-replace-image-metadata.md): Update the metadata of a private image, including name and description. Only private images owned by the organization can be modified. Public platform images cannot be updated. - [[Instances] Activate an addon for a compute instance](https://help.onetsolutions.net/api-reference/compute/[instances]-activate-an-addon-for-a-compute-instance.md): Activate an addon (such as snapshot or backup service) for an existing compute instance. This creates a WHMCS order for the addon and processes payment using available credit or saved payment method. Returns order details including invoice and payment status. - [[Instances] Change compute instance hostname](https://help.onetsolutions.net/api-reference/compute/[instances]-change-compute-instance-hostname.md): Update the hostname of a compute instance. The new hostname will be applied to both the instance metadata and the guest operating system configuration. A reboot may be required for the change to take effect within the guest OS. - [[Instances] Close a console session](https://help.onetsolutions.net/api-reference/compute/[instances]-close-a-console-session.md): Terminate an active or pending console session. This will cancel the underlying Prefect flow and mark the session as expired. Use this endpoint to cleanly close a console session when access is no longer needed. - [[Instances] Create a new compute instance](https://help.onetsolutions.net/api-reference/compute/[instances]-create-a-new-compute-instance.md): Provision a new virtual machine instance with the specified configuration. The instance will be created in the specified project and datacenter location. Instance creation is an asynchronous operation; monitor the task status for completion. - [[Instances] Create VNC console session](https://help.onetsolutions.net/api-reference/compute/[instances]-create-vnc-console-session.md): Create a new VNC console session for direct graphical access to the compute instance. The session provides browser-based access to the instance console, useful for troubleshooting boot issues or accessing instances without network connectivity. - [[Instances] Delete a compute instance](https://help.onetsolutions.net/api-reference/compute/[instances]-delete-a-compute-instance.md): Permanently delete a compute instance and all associated data. This action is irreversible. The instance will be stopped if running, and all attached volumes will be detached. Billing for the instance will cease upon deletion. - [[Instances] Get active console session](https://help.onetsolutions.net/api-reference/compute/[instances]-get-active-console-session.md): Retrieve the current active or pending console session for a compute instance. Returns session details including status and connection URL if available. - [[Instances] Get compute instance details](https://help.onetsolutions.net/api-reference/compute/[instances]-get-compute-instance-details.md): Retrieve detailed information about a specific compute instance, including hardware configuration, network settings, current status, and associated resources. - [[Instances] Get console session details](https://help.onetsolutions.net/api-reference/compute/[instances]-get-console-session-details.md): Get the current status and URL of a console session. - [[Instances] Get current instance performance metrics](https://help.onetsolutions.net/api-reference/compute/[instances]-get-current-instance-performance-metrics.md): Retrieve real-time performance metrics for a compute instance including CPU utilization, memory usage, network throughput, and disk I/O. Metrics are collected from the monitoring system and represent the current state of the instance. - [[Instances] Get historical instance performance metrics](https://help.onetsolutions.net/api-reference/compute/[instances]-get-historical-instance-performance-metrics.md): Retrieve historical performance metrics for a compute instance over a specified time period. Returns time-series data for CPU utilization, memory usage, network throughput, and disk I/O. Data is available for the past 1 to 30 days with automatic aggregation based on the time range. - [[Instances] Gracefully shutdown a compute instance](https://help.onetsolutions.net/api-reference/compute/[instances]-gracefully-shutdown-a-compute-instance.md): Send an ACPI shutdown signal to the compute instance, allowing the guest OS to perform a clean shutdown. This is equivalent to pressing the power button on a physical machine. - [[Instances] Hard reset a compute instance](https://help.onetsolutions.net/api-reference/compute/[instances]-hard-reset-a-compute-instance.md): Perform a hard reset on a compute instance, equivalent to a physical power cycle. This immediately cuts power and restarts the instance without graceful shutdown. Use only when the instance is unresponsive to graceful shutdown commands. - [[Instances] List all compute instances](https://help.onetsolutions.net/api-reference/compute/[instances]-list-all-compute-instances.md): Retrieve a paginated list of all compute instances within the specified project. Results include instance metadata, current status, and resource allocation details. - [[Instances] List billing invoices for an instance](https://help.onetsolutions.net/api-reference/compute/[instances]-list-billing-invoices-for-an-instance.md): Retrieve a paginated list of all billing invoices associated with a specific compute instance. Each invoice includes billing period, usage details, and payment status. - [[Instances] Partially update compute instance metadata](https://help.onetsolutions.net/api-reference/compute/[instances]-partially-update-compute-instance-metadata.md): Partially update modifiable properties of a compute instance. Only provided fields will be updated. - [[Instances] Reactivate a suspended compute instance](https://help.onetsolutions.net/api-reference/compute/[instances]-reactivate-a-suspended-compute-instance.md): Reactivate a compute instance that was suspended due to payment issues. This operation requires sufficient account balance or an active payment method with available credit. Upon successful reactivation, the instance will be started automatically. - [[Instances] Reboot a compute instance](https://help.onetsolutions.net/api-reference/compute/[instances]-reboot-a-compute-instance.md): Gracefully reboot a running compute instance. The guest operating system will receive a reboot signal and restart cleanly. Use the reset endpoint for an immediate hard reboot. - [[Instances] Reinstall operating system on a compute instance](https://help.onetsolutions.net/api-reference/compute/[instances]-reinstall-operating-system-on-a-compute-instance.md): Reinstall the operating system on a compute instance. This operation will erase all data on the primary disk and install a fresh OS from the specified image. The instance must be stopped before reinstallation. This action is irreversible. - [[Instances] Replace compute instance metadata](https://help.onetsolutions.net/api-reference/compute/[instances]-replace-compute-instance-metadata.md): Update modifiable properties of a compute instance such as name, description, and tags. Hardware configuration changes require the resize endpoint. - [[Instances] Request instance cancellation](https://help.onetsolutions.net/api-reference/compute/[instances]-request-instance-cancellation.md): Request cancellation of a compute instance subscription. The instance will continue to operate until the end of the current billing period, after which it will be permanently deleted. This action can be revoked before the billing period ends. An optional reason can be provided for the cancellation. - [[Instances] Resize a compute instance](https://help.onetsolutions.net/api-reference/compute/[instances]-resize-a-compute-instance.md): Change the hardware configuration of a compute instance by selecting a different size. The instance must be stopped before resizing. After resizing, the instance will have new CPU, memory, and potentially disk allocations based on the selected size. - [[Instances] Revoke instance cancellation request](https://help.onetsolutions.net/api-reference/compute/[instances]-revoke-instance-cancellation-request.md): Revoke a pending cancellation request for a compute instance. The instance will continue to operate and be billed normally. This action is only available before the scheduled cancellation date at the end of the billing period. - [[Instances] Start a compute instance](https://help.onetsolutions.net/api-reference/compute/[instances]-start-a-compute-instance.md): Power on a stopped compute instance. The instance will boot from its current disk state. This is an asynchronous operation; the instance status will transition from 'stopped' to 'running'. - [[Instances] Stop a compute instance](https://help.onetsolutions.net/api-reference/compute/[instances]-stop-a-compute-instance.md): Gracefully shut down a running compute instance. The guest operating system will receive a shutdown signal and have time to terminate processes cleanly. Use the reset endpoint for an immediate power-off. - [[IP Addresses] Get IP address details](https://help.onetsolutions.net/api-reference/compute/[ip-addresses]-get-ip-address-details.md): Retrieve detailed information about a specific IP address, including address type, version (IPv4/IPv6), gateway, and reverse DNS configuration. - [[IP Addresses] List all IP addresses for an instance](https://help.onetsolutions.net/api-reference/compute/[ip-addresses]-list-all-ip-addresses-for-an-instance.md): Retrieve a list of all IP addresses assigned to a compute instance, including both public (floating) and private IP addresses. - [[IP Addresses] Update IP address configuration](https://help.onetsolutions.net/api-reference/compute/[ip-addresses]-update-ip-address-configuration.md): Update the configuration of an IP address, including reverse DNS (PTR) record. Changes to reverse DNS may take time to propagate across DNS servers. - [[Locations] Get datacenter location details](https://help.onetsolutions.net/api-reference/compute/[locations]-get-datacenter-location-details.md): Retrieve detailed information about a specific datacenter location, including geographic coordinates, available instance sizes, network connectivity options, and compliance certifications. - [[Locations] List available datacenter locations](https://help.onetsolutions.net/api-reference/compute/[locations]-list-available-datacenter-locations.md): Retrieve a list of all available datacenter locations where compute instances can be deployed. Each location includes geographic information, available features, and current capacity status. - [[Monitors] Create instance monitor](https://help.onetsolutions.net/api-reference/compute/[monitors]-create-instance-monitor.md) - [[Monitors] Delete instance monitor](https://help.onetsolutions.net/api-reference/compute/[monitors]-delete-instance-monitor.md) - [[Monitors] Get instance monitor details](https://help.onetsolutions.net/api-reference/compute/[monitors]-get-instance-monitor-details.md) - [[Monitors] Get monitor latency history](https://help.onetsolutions.net/api-reference/compute/[monitors]-get-monitor-latency-history.md) - [[Monitors] Get monitor statistics](https://help.onetsolutions.net/api-reference/compute/[monitors]-get-monitor-statistics.md) - [[Monitors] List instance monitors](https://help.onetsolutions.net/api-reference/compute/[monitors]-list-instance-monitors.md) - [[Monitors] List monitor checks](https://help.onetsolutions.net/api-reference/compute/[monitors]-list-monitor-checks.md) - [[Monitors] List monitor incidents](https://help.onetsolutions.net/api-reference/compute/[monitors]-list-monitor-incidents.md) - [[Monitors] Run monitor check](https://help.onetsolutions.net/api-reference/compute/[monitors]-run-monitor-check.md) - [[Monitors] Update instance monitor](https://help.onetsolutions.net/api-reference/compute/[monitors]-update-instance-monitor.md) - [[Sizes] Get instance size details](https://help.onetsolutions.net/api-reference/compute/[sizes]-get-instance-size-details.md): Retrieve detailed specifications of a specific instance size, including CPU cores, memory allocation, included storage, network bandwidth, and pricing tiers for different billing periods. - [[Sizes] List available instance sizes](https://help.onetsolutions.net/api-reference/compute/[sizes]-list-available-instance-sizes.md): Retrieve a list of all available instance sizes (machine types). Each size defines a combination of CPU cores, memory, and storage with associated pricing information. Use this to select appropriate resources for your workload. - [[Snapshots] Create a new snapshot](https://help.onetsolutions.net/api-reference/compute/[snapshots]-create-a-new-snapshot.md): Create a point-in-time snapshot of a compute instance's disk. The snapshot captures the complete disk state and can be used to restore the instance or create new instances. Snapshot creation is asynchronous; monitor the task status for completion. - [[Snapshots] Delete a snapshot](https://help.onetsolutions.net/api-reference/compute/[snapshots]-delete-a-snapshot.md): Permanently delete a snapshot and free the associated storage space. This action is irreversible. Snapshots that are being used as the source for an ongoing operation cannot be deleted. - [[Snapshots] Get snapshot details](https://help.onetsolutions.net/api-reference/compute/[snapshots]-get-snapshot-details.md): Retrieve detailed information about a specific snapshot, including size, creation date, status, and associated instance. - [[Snapshots] List all snapshots for an instance](https://help.onetsolutions.net/api-reference/compute/[snapshots]-list-all-snapshots-for-an-instance.md): Retrieve a paginated list of all snapshots created from a compute instance. Snapshots capture the complete disk state at a point in time and can be used to restore the instance or create new instances. - [[Snapshots] Partially update snapshot metadata](https://help.onetsolutions.net/api-reference/compute/[snapshots]-partially-update-snapshot-metadata.md): Partially update the metadata of a snapshot. Only the provided fields will be updated. - [[Snapshots] Replace snapshot metadata](https://help.onetsolutions.net/api-reference/compute/[snapshots]-replace-snapshot-metadata.md): Update the metadata of a snapshot, including name and description. The snapshot data itself cannot be modified. - [[Snapshots] Restore an instance from a snapshot](https://help.onetsolutions.net/api-reference/compute/[snapshots]-restore-an-instance-from-a-snapshot.md): Restore a compute instance to the state captured in a snapshot. This operation will replace the current disk contents with the snapshot data. The instance must be stopped before restoration. This action is irreversible and all current data will be lost. - [[Software] Create installed software record](https://help.onetsolutions.net/api-reference/compute/[software]-create-installed-software-record.md): Create a record of installed software on a compute instance. Use the install endpoint to actually install software on the instance. - [[Software] Delete installed software record](https://help.onetsolutions.net/api-reference/compute/[software]-delete-installed-software-record.md): Remove the installed software record from the system. This removes the tracking record but does not uninstall the software from the instance. Use the uninstall endpoint to remove the software from the instance. - [[Software] Get installation logs](https://help.onetsolutions.net/api-reference/compute/[software]-get-installation-logs.md): Retrieve installation logs for this software package - [[Software] Get installed software details](https://help.onetsolutions.net/api-reference/compute/[software]-get-installed-software-details.md): Retrieve detailed information about a specific software installation on an instance, including version, installation date, configuration, and current status. - [[Software] Get software package details](https://help.onetsolutions.net/api-reference/compute/[software]-get-software-package-details.md): Retrieve detailed information about a specific software package, including version, description, system requirements, and installation parameters. - [[Software] Install software on an instance](https://help.onetsolutions.net/api-reference/compute/[software]-install-software-on-an-instance.md): Install a software package on a compute instance. The installation is performed asynchronously; monitor the task status for completion. The instance must be running and accessible via the network for installation to succeed. - [[Software] List available software packages](https://help.onetsolutions.net/api-reference/compute/[software]-list-available-software-packages.md): Retrieve a list of all software packages available for installation on compute instances. The catalog includes applications, runtime environments, databases, and development tools. - [[Software] List installed software on an instance](https://help.onetsolutions.net/api-reference/compute/[software]-list-installed-software-on-an-instance.md): Retrieve a list of all software packages installed on a compute instance, including version information and installation status. - [[Software] Partially update installed software configuration](https://help.onetsolutions.net/api-reference/compute/[software]-partially-update-installed-software-configuration.md): Partially update the configuration of installed software. Only provided fields will be updated. - [[Software] Replace installed software configuration](https://help.onetsolutions.net/api-reference/compute/[software]-replace-installed-software-configuration.md): Update the configuration of installed software on an instance. Configuration changes may require a service restart to take effect. - [[Software] Stream installation logs](https://help.onetsolutions.net/api-reference/compute/[software]-stream-installation-logs.md): Stream installation logs in real-time via Server-Sent Events - [[SSH Keys] Add a new SSH key](https://help.onetsolutions.net/api-reference/compute/[ssh-keys]-add-a-new-ssh-key.md): Register a new SSH public key in the project. The key can then be added to compute instances during creation or later to enable secure SSH access. Only the public key portion should be provided. - [[SSH Keys] Delete an SSH key](https://help.onetsolutions.net/api-reference/compute/[ssh-keys]-delete-an-ssh-key.md): Remove an SSH key from the project. Deleting a key does not remove it from instances where it has already been deployed. New instances will no longer be able to use this key. - [[SSH Keys] Get SSH key details](https://help.onetsolutions.net/api-reference/compute/[ssh-keys]-get-ssh-key-details.md): Retrieve detailed information about a specific SSH key, including name, fingerprint, key type, and creation date. - [[SSH Keys] List all SSH keys](https://help.onetsolutions.net/api-reference/compute/[ssh-keys]-list-all-ssh-keys.md): Retrieve a paginated list of all SSH public keys registered in the project. SSH keys are used for secure authentication when connecting to compute instances. - [[SSH Keys] Partially update SSH key metadata](https://help.onetsolutions.net/api-reference/compute/[ssh-keys]-partially-update-ssh-key-metadata.md): Partially update the metadata of an SSH key. Only provided fields will be updated. - [[SSH Keys] Replace SSH key metadata](https://help.onetsolutions.net/api-reference/compute/[ssh-keys]-replace-ssh-key-metadata.md): Update the metadata of an SSH key, such as its name. The public key itself cannot be modified; delete and recreate the key instead. - [[Tasks] Get instance task (nested)](https://help.onetsolutions.net/api-reference/compute/[tasks]-get-instance-task-nested.md): Retrieve details of a specific task via nested resource. - [[Tasks] List instance tasks (nested)](https://help.onetsolutions.net/api-reference/compute/[tasks]-list-instance-tasks-nested.md): List all tasks for a specific instance via nested resource. - [[Tasks] List project instance tasks](https://help.onetsolutions.net/api-reference/compute/[tasks]-list-project-instance-tasks.md): List all instance tasks for all instances in a project. - [[Volumes] Attach a volume to an instance](https://help.onetsolutions.net/api-reference/compute/[volumes]-attach-a-volume-to-an-instance.md): Attach a storage volume to a compute instance. The volume will be available as a block device within the instance. A volume can only be attached to one instance at a time. Hot-attach is supported for running instances. - [[Volumes] Create a new storage volume](https://help.onetsolutions.net/api-reference/compute/[volumes]-create-a-new-storage-volume.md): Create a new persistent block storage volume in the specified project. Volumes can be attached to compute instances to provide additional storage. Volume creation is asynchronous; monitor the task status for completion. - [[Volumes] Delete a storage volume](https://help.onetsolutions.net/api-reference/compute/[volumes]-delete-a-storage-volume.md): Permanently delete a storage volume and all data stored on it. The volume must be detached from any instances before deletion. This action is irreversible. - [[Volumes] Detach a volume from an instance](https://help.onetsolutions.net/api-reference/compute/[volumes]-detach-a-volume-from-an-instance.md): Detach a storage volume from its currently attached compute instance. Ensure all data is synced and the volume is unmounted within the guest OS before detaching to prevent data loss. - [[Volumes] Get storage volume details](https://help.onetsolutions.net/api-reference/compute/[volumes]-get-storage-volume-details.md): Retrieve detailed information about a specific storage volume, including size, status, attachment state, and associated instance if attached. - [[Volumes] List all storage volumes](https://help.onetsolutions.net/api-reference/compute/[volumes]-list-all-storage-volumes.md): Retrieve a paginated list of all storage volumes within the project. Volumes are persistent block storage devices that can be attached to instances. - [[Volumes] Partially update storage volume metadata](https://help.onetsolutions.net/api-reference/compute/[volumes]-partially-update-storage-volume-metadata.md): Partially update the metadata of a storage volume. Only the provided fields will be updated. - [[Volumes] Replace storage volume metadata](https://help.onetsolutions.net/api-reference/compute/[volumes]-replace-storage-volume-metadata.md): Update the metadata of a storage volume, including name and description. To change the volume size, use the resize endpoint. - [[Volumes] Resize a storage volume](https://help.onetsolutions.net/api-reference/compute/[volumes]-resize-a-storage-volume.md): Increase the size of a storage volume. Volumes can only be expanded, not shrunk. After resizing, you may need to extend the filesystem within the guest OS to use the additional space. Hot-resize is supported for attached volumes. - [[VPC IPs] Allocate IP to instance](https://help.onetsolutions.net/api-reference/compute/[vpc-ips]-allocate-ip-to-instance.md) - [[VPC IPs] Get IP allocation details](https://help.onetsolutions.net/api-reference/compute/[vpc-ips]-get-ip-allocation-details.md) - [[VPC IPs] List VPC IP allocations](https://help.onetsolutions.net/api-reference/compute/[vpc-ips]-list-vpc-ip-allocations.md): Returns all IP allocations in a VPC - [[VPC IPs] Release IP from instance](https://help.onetsolutions.net/api-reference/compute/[vpc-ips]-release-ip-from-instance.md) - [[VPCs] Create a new Virtual Private Cloud](https://help.onetsolutions.net/api-reference/compute/[vpcs]-create-a-new-virtual-private-cloud.md): Create a new Virtual Private Cloud (VPC) with the specified network configuration. VPCs provide isolated network environments where instances can communicate securely using private IP addresses. - [[VPCs] Delete a Virtual Private Cloud](https://help.onetsolutions.net/api-reference/compute/[vpcs]-delete-a-virtual-private-cloud.md): Delete a Virtual Private Cloud and release its network resources. All instances must be removed from the VPC before it can be deleted. - [[VPCs] Get Virtual Private Cloud details](https://help.onetsolutions.net/api-reference/compute/[vpcs]-get-virtual-private-cloud-details.md): Retrieve detailed information about a specific VPC, including CIDR range, connected instances, and network configuration. - [[VPCs] List all Virtual Private Clouds](https://help.onetsolutions.net/api-reference/compute/[vpcs]-list-all-virtual-private-clouds.md): Retrieve a paginated list of all Virtual Private Clouds (VPCs) in the project. VPCs provide isolated network environments for compute instances with configurable IP address ranges and network policies. - [[VPCs] Partially update Virtual Private Cloud](https://help.onetsolutions.net/api-reference/compute/[vpcs]-partially-update-virtual-private-cloud.md): Partially update the configuration of a Virtual Private Cloud. Only provided fields will be updated. - [[VPCs] Replace Virtual Private Cloud](https://help.onetsolutions.net/api-reference/compute/[vpcs]-replace-virtual-private-cloud.md): Update the configuration of a Virtual Private Cloud. Note that the CIDR range cannot be modified after creation. - [Get instance task](https://help.onetsolutions.net/api-reference/compute/get-instance-task.md): Retrieve details of a specific task. - [[DNS Records] Create a new DNS record](https://help.onetsolutions.net/api-reference/domains/[dns-records]-create-a-new-dns-record.md): Create a new DNS record within a zone. Supported record types include A, AAAA, CNAME, MX, TXT, NS, SRV, CAA, and more. The record is immediately propagated to Cloudflare's global network. Certain record types have specific format requirements for their content field (e.g., MX requires priority, SRV… - [[DNS Records] Delete a DNS record](https://help.onetsolutions.net/api-reference/domains/[dns-records]-delete-a-dns-record.md): Permanently delete a DNS record from the zone. The record is immediately removed from Cloudflare's global network. This action is irreversible. Exercise caution when deleting critical records such as NS or SOA records as this may affect zone functionality. - [[DNS Records] List DNS records for a zone](https://help.onetsolutions.net/api-reference/domains/[dns-records]-list-dns-records-for-a-zone.md): Retrieve a paginated list of all DNS records within a specific zone. Records can be filtered by type to show only specific record types. Each record includes its name, type, content, TTL, and proxy status (for applicable record types). - [[DNS Records] Retrieve DNS record details](https://help.onetsolutions.net/api-reference/domains/[dns-records]-retrieve-dns-record-details.md): Retrieve details for a specific DNS record including its name, type, content, TTL, proxy status, and any type-specific metadata. Use this endpoint to get the current configuration of an individual DNS record. - [[DNS Records] Update a DNS record](https://help.onetsolutions.net/api-reference/domains/[dns-records]-update-a-dns-record.md): Update an existing DNS record's configuration. You can modify the name, content, TTL, and proxy status (for applicable types). The record type cannot be changed; delete and recreate the record if you need to change its type. Changes are immediately propagated to Cloudflare's global network. - [[DNS Settings] Get DNS zone settings](https://help.onetsolutions.net/api-reference/domains/[dns-settings]-get-dns-zone-settings.md): Retrieve the current settings for a DNS zone including SSL mode, cache level, security level, and performance options. Settings are synchronized with the DNS provider and reflect the current configuration. - [[DNS Settings] Update DNS zone settings](https://help.onetsolutions.net/api-reference/domains/[dns-settings]-update-dns-zone-settings.md): Update the configuration settings for a DNS zone. Changes are applied to both the local database and synchronized with the DNS provider. Available settings include SSL/TLS mode, HTTPS enforcement, cache levels, security settings, and performance optimizations. - [[DNS Zones] Create a new DNS zone](https://help.onetsolutions.net/api-reference/domains/[dns-zones]-create-a-new-dns-zone.md): Create a new DNS zone for hosting domain DNS records. The zone will be provisioned in Cloudflare and configured with default SOA and NS records. Once created, you can add additional DNS records and optionally attach the zone to a domain for integrated management. Zone names must be valid domain name… - [[DNS Zones] Delete a DNS zone](https://help.onetsolutions.net/api-reference/domains/[dns-zones]-delete-a-dns-zone.md): Permanently delete a DNS zone and all associated DNS records. This action is irreversible and will also remove the zone from Cloudflare. If the zone is attached to a domain, the association will be removed. Ensure you have exported any records you wish to preserve before deletion. - [[DNS Zones] Export DNS zone in BIND format](https://help.onetsolutions.net/api-reference/domains/[dns-zones]-export-dns-zone-in-bind-format.md): Export all DNS records from a zone in standard BIND zone file format. This export can be used for backup purposes or to import the zone into another DNS provider. The export includes all record types and their current configuration. - [[DNS Zones] Import DNS records from BIND format](https://help.onetsolutions.net/api-reference/domains/[dns-zones]-import-dns-records-from-bind-format.md): Import DNS records into a zone from standard BIND zone file format. Existing records are preserved unless they conflict with imported records. The import process validates all records before applying changes. Invalid records will be rejected with detailed error messages indicating the issue. - [[DNS Zones] List all DNS zones](https://help.onetsolutions.net/api-reference/domains/[dns-zones]-list-all-dns-zones.md): Retrieve a paginated list of all DNS zones within the specified project. Each zone includes its name, status, record count, and configuration details. DNS zones provide authoritative DNS hosting for your domains and allow you to manage DNS records. - [[DNS Zones] Retrieve DNS zone details](https://help.onetsolutions.net/api-reference/domains/[dns-zones]-retrieve-dns-zone-details.md): Retrieve comprehensive details for a specific DNS zone including all associated DNS records, zone status, nameserver assignments, and configuration. Use this endpoint to view the complete DNS configuration for a zone. - [[Domains] Activate DNS zone for domain](https://help.onetsolutions.net/api-reference/domains/[domains]-activate-dns-zone-for-domain.md): Activate DNS management for a domain by creating a DNS zone on the DNS provider. This operation provisions the zone and returns the nameservers that must be configured at the domain registrar for DNS delegation. If the zone already exists, it refreshes the zone status and returns the current nameser… - [[Domains] Apply DNS nameservers to domain](https://help.onetsolutions.net/api-reference/domains/[domains]-apply-dns-nameservers-to-domain.md): Apply the DNS zone nameservers to the domain at the registrar level. This updates the domain's nameserver delegation to point to the activated DNS zone. The operation is asynchronous and creates a task to update nameservers at the registrar. The DNS zone must be activated before applying nameservers… - [[Domains] Associate domain with web hosting](https://help.onetsolutions.net/api-reference/domains/[domains]-associate-domain-with-web-hosting.md): Associate a domain with a web hosting service. This links the domain to the hosting account and optionally configures DNS records to point to the hosting server. When configure_dns is true, A and CNAME records are automatically created for the root domain and www subdomain pointing to the hosting se… - [[Domains] Attach DNS zone to domain](https://help.onetsolutions.net/api-reference/domains/[domains]-attach-dns-zone-to-domain.md): Associate a DNS zone with a domain. This links the domain to an existing DNS zone for unified management. When attached, the domain's nameservers can be automatically configured to point to the zone's authoritative servers. The DNS zone must already exist and belong to the same project. - [[Domains] Check domain availability](https://help.onetsolutions.net/api-reference/domains/[domains]-check-domain-availability.md): Check if a domain is available for registration and get suggestions if not. - [[Domains] Configure automatic renewal](https://help.onetsolutions.net/api-reference/domains/[domains]-configure-automatic-renewal.md): Enable or disable automatic renewal for a domain. When enabled, the domain will be automatically renewed before its expiration date, provided sufficient account balance is available. Automatic renewal helps prevent accidental domain expiration and potential loss of the domain name. Renewal notificat… - [[Domains] Disable domain transfer lock](https://help.onetsolutions.net/api-reference/domains/[domains]-disable-domain-transfer-lock.md): Disable the transfer lock on a domain to allow transfers to another registrar. This must be done before initiating an outbound transfer. For security purposes, it is recommended to re-enable the lock after the transfer is complete or if you decide not to proceed with the transfer. - [[Domains] Disassociate domain from web hosting](https://help.onetsolutions.net/api-reference/domains/[domains]-disassociate-domain-from-web-hosting.md): Remove the association between a domain and its web hosting service. This does not delete any DNS records that were previously created; those must be managed separately through the DNS zone endpoints if cleanup is required. - [[Domains] Enable domain transfer lock](https://help.onetsolutions.net/api-reference/domains/[domains]-enable-domain-transfer-lock.md): Enable the transfer lock (registrar lock) on a domain to prevent unauthorized transfers to another registrar. This is a security measure recommended for all domains. When locked, the domain cannot be transferred until explicitly unlocked. The lock status is propagated to the registry immediately. - [[Domains] Get domain suggestions](https://help.onetsolutions.net/api-reference/domains/[domains]-get-domain-suggestions.md): Get available domain suggestions with different TLDs for a given SLD. - [[Domains] Get EPP authorization code](https://help.onetsolutions.net/api-reference/domains/[domains]-get-epp-authorization-code.md): Retrieve the EPP (Extensible Provisioning Protocol) authorization code for a domain. This code is required to transfer the domain to another registrar. The EPP code is typically valid for a limited time (usually 5-30 days depending on the registry). The domain must be unlocked before the transfer ca… - [[Domains] List all domains](https://help.onetsolutions.net/api-reference/domains/[domains]-list-all-domains.md): Retrieve a paginated list of all domains registered within the specified project. Each domain includes its current status, expiration date, and configuration details. Use this endpoint to monitor your domain portfolio and track registration statuses. - [[Domains] List domain tasks](https://help.onetsolutions.net/api-reference/domains/[domains]-list-domain-tasks.md): Retrieve a list of all tasks for a specific domain. Tasks include operations like nameserver updates, contact changes, lock/unlock requests, DNS zone activations, etc. Use this endpoint to monitor the status of pending operations and view task history. - [[Domains] Order a domain](https://help.onetsolutions.net/api-reference/domains/[domains]-order-a-domain.md): Create an order for a domain. Supports three order types: - **register**: Register a new domain (checks availability first) - **transfer**: Transfer an existing domain from another registrar (EPP code required) - **external**: Use an external domain you already own (no WHMCS order, DNS only) - [[Domains] Retrieve domain details](https://help.onetsolutions.net/api-reference/domains/[domains]-retrieve-domain-details.md): Retrieve comprehensive details for a specific domain including its registration status, expiration date, nameservers, WHOIS privacy settings, transfer lock status, and associated DNS zone information. Use this endpoint to get the current state of a domain. - [[Domains] Retrieve domain task details](https://help.onetsolutions.net/api-reference/domains/[domains]-retrieve-domain-task-details.md): Retrieve detailed information about a specific task for a domain. Includes task type, current status, parameters, result, error message (if failed), and timing information. - [[Domains] Toggle WHOIS privacy protection](https://help.onetsolutions.net/api-reference/domains/[domains]-toggle-whois-privacy-protection.md): Enable or disable WHOIS privacy protection for a domain. When enabled, the registrant's personal information (name, address, phone, email) is replaced with proxy contact details in public WHOIS queries. This helps protect against spam and unwanted contact. Note that some TLDs may not support WHOIS p… - [[Domains] Update domain nameservers](https://help.onetsolutions.net/api-reference/domains/[domains]-update-domain-nameservers.md): Update the authoritative nameservers for a domain. Changes are propagated to the registry and may take up to 48 hours to fully propagate across the global DNS system. Provide between 2 and 13 nameserver hostnames. The nameservers must be valid and responding to DNS queries for the update to succeed. - [[Domains] Update domain WHOIS contacts](https://help.onetsolutions.net/api-reference/domains/[domains]-update-domain-whois-contacts.md): Update the WHOIS contact information for a domain including registrant, administrative, technical, and billing contacts. Contact changes are submitted to the registry and may require verification depending on the TLD. Some registries may initiate a transfer verification process when changing registr… - [[Domains] Verify DNS zone activation status](https://help.onetsolutions.net/api-reference/domains/[domains]-verify-dns-zone-activation-status.md): Check the activation status of the domain's DNS zone. This queries the DNS provider to verify if the zone has been properly activated and nameservers are correctly delegated. Returns the current verification status. - [[TLDs] Check domain availability](https://help.onetsolutions.net/api-reference/domains/[tlds]-check-domain-availability.md): Check whether a specific domain name is available for registration. The response includes the availability status, registration price if available, and any premium pricing that may apply. For unavailable domains, additional information about the current registration status may be provided when avail… - [[TLDs] List available TLDs](https://help.onetsolutions.net/api-reference/domains/[tlds]-list-available-tlds.md): Retrieve a paginated list of all supported top-level domains (TLDs) with their pricing information. Each TLD includes registration, renewal, and transfer prices along with any special requirements or restrictions. Use this endpoint to discover available TLDs and their associated costs before initiat… - [[Organizations] List accessible organizations](https://help.onetsolutions.net/api-reference/organizations/[organizations]-list-accessible-organizations.md): Retrieve a list of all organizations that the authenticated user has access to. Results include organizations where the user is a member with any role level. The list is ordered by organization name. - [[Organizations] Retrieve organization details](https://help.onetsolutions.net/api-reference/organizations/[organizations]-retrieve-organization-details.md): Retrieve detailed information about a specific organization by its unique identifier. Returns organization metadata including name, plan details, quotas, and configuration. - [[Projects] Get project overview](https://help.onetsolutions.net/api-reference/projects/[projects]-get-project-overview.md): Returns aggregated data for the project dashboard including instance counts by status, resource totals, and task statistics. - [[Projects] Get usage statistics for all projects](https://help.onetsolutions.net/api-reference/projects/[projects]-get-usage-statistics-for-all-projects.md): Retrieve usage statistics for all projects accessible to the authenticated user. Includes information such as analysis count, member count, and quota utilization. - [[Projects] List organization projects](https://help.onetsolutions.net/api-reference/projects/[projects]-list-organization-projects.md): Retrieve a list of all projects within an organization that the authenticated user has access to. Results are filtered based on the user's role and project memberships. - [[Projects] Retrieve project details](https://help.onetsolutions.net/api-reference/projects/[projects]-retrieve-project-details.md): Retrieve detailed information about a specific project by its unique identifier. Returns project metadata including name, quotas, usage statistics, and configuration. - [[Projects] Search projects by name](https://help.onetsolutions.net/api-reference/projects/[projects]-search-projects-by-name.md): Search for projects matching the specified name criteria. Returns a filtered list of projects the user has access to. - [[Addon Domains] Create addon domain](https://help.onetsolutions.net/api-reference/web-hosting/[addon-domains]-create-addon-domain.md): Create a new addon domain for this hosting. - [[Addon Domains] Delete addon domain](https://help.onetsolutions.net/api-reference/web-hosting/[addon-domains]-delete-addon-domain.md): Delete an addon domain from this hosting. - [[Addon Domains] List addon domains](https://help.onetsolutions.net/api-reference/web-hosting/[addon-domains]-list-addon-domains.md): Retrieve a list of all addon domains for this hosting. - [[cPanel] Get cPanel auto-login URL](https://help.onetsolutions.net/api-reference/web-hosting/[cpanel]-get-cpanel-auto-login-url.md): Generate a single sign-on URL for direct access to the cPanel control panel. - [[cPanel] Get WHM auto-login URL](https://help.onetsolutions.net/api-reference/web-hosting/[cpanel]-get-whm-auto-login-url.md): Generate a single sign-on URL for direct access to the WHM control panel. Only available for reseller hosting accounts. - [[Databases] Create database user](https://help.onetsolutions.net/api-reference/web-hosting/[databases]-create-database-user.md): Create a new MySQL user for this hosting. - [[Databases] Create MySQL database](https://help.onetsolutions.net/api-reference/web-hosting/[databases]-create-mysql-database.md): Create a new MySQL database for this hosting. - [[Databases] Delete database user](https://help.onetsolutions.net/api-reference/web-hosting/[databases]-delete-database-user.md): Delete a MySQL user from this hosting. - [[Databases] Delete MySQL database](https://help.onetsolutions.net/api-reference/web-hosting/[databases]-delete-mysql-database.md): Delete a MySQL database from this hosting. - [[Databases] List database users](https://help.onetsolutions.net/api-reference/web-hosting/[databases]-list-database-users.md): Retrieve a list of all MySQL users for this hosting. - [[Databases] List MySQL databases](https://help.onetsolutions.net/api-reference/web-hosting/[databases]-list-mysql-databases.md): Retrieve a list of all MySQL databases for this hosting. - [[Databases] Set database privileges](https://help.onetsolutions.net/api-reference/web-hosting/[databases]-set-database-privileges.md): Set privileges for a user on a database. - [[DNS] Create DNS record](https://help.onetsolutions.net/api-reference/web-hosting/[dns]-create-dns-record.md): Add a new DNS record to this hosting's domain zone. - [[DNS] Delete DNS record](https://help.onetsolutions.net/api-reference/web-hosting/[dns]-delete-dns-record.md): Remove a DNS record from this hosting's domain zone. - [[DNS] Edit DNS record](https://help.onetsolutions.net/api-reference/web-hosting/[dns]-edit-dns-record.md): Modify an existing DNS record in this hosting's domain zone. - [[DNS] List DNS records](https://help.onetsolutions.net/api-reference/web-hosting/[dns]-list-dns-records.md): Get all DNS records for this hosting's domain zone. - [[Emails] Change email password](https://help.onetsolutions.net/api-reference/web-hosting/[emails]-change-email-password.md): Change the password for an email account. - [[Emails] Create email account](https://help.onetsolutions.net/api-reference/web-hosting/[emails]-create-email-account.md): Create a new email account for this hosting. - [[Emails] Delete email account](https://help.onetsolutions.net/api-reference/web-hosting/[emails]-delete-email-account.md): Delete an email account from this hosting. - [[Emails] Get Webmail (Roundcube) auto-login URL](https://help.onetsolutions.net/api-reference/web-hosting/[emails]-get-webmail-roundcube-auto-login-url.md): Generate a single sign-on URL for direct access to the webmail interface (Roundcube). Optionally specify an email address to login directly to that specific email account. - [[Emails] List email accounts](https://help.onetsolutions.net/api-reference/web-hosting/[emails]-list-email-accounts.md): Retrieve a list of all email accounts for this hosting. - [[Emails] Set email quota](https://help.onetsolutions.net/api-reference/web-hosting/[emails]-set-email-quota.md): Set the disk quota for an email account. - [[Files] Get disk usage](https://help.onetsolutions.net/api-reference/web-hosting/[files]-get-disk-usage.md): Get disk usage information for this hosting. - [[Files] List files](https://help.onetsolutions.net/api-reference/web-hosting/[files]-list-files.md): List files in a directory for this hosting. - [[FTP] Change FTP password](https://help.onetsolutions.net/api-reference/web-hosting/[ftp]-change-ftp-password.md): Change the password for an FTP account. - [[FTP] Create FTP account](https://help.onetsolutions.net/api-reference/web-hosting/[ftp]-create-ftp-account.md): Create a new FTP account for this hosting. - [[FTP] Delete FTP account](https://help.onetsolutions.net/api-reference/web-hosting/[ftp]-delete-ftp-account.md): Delete an FTP account from this hosting. - [[FTP] List FTP accounts](https://help.onetsolutions.net/api-reference/web-hosting/[ftp]-list-ftp-accounts.md): Retrieve a list of all FTP accounts for this hosting. - [[FTP] Set FTP quota](https://help.onetsolutions.net/api-reference/web-hosting/[ftp]-set-ftp-quota.md): Set the disk quota for an FTP account. - [[Hosting Plans] Get web hosting plan details](https://help.onetsolutions.net/api-reference/web-hosting/[hosting-plans]-get-web-hosting-plan-details.md): Retrieve detailed information about a specific web hosting plan including all pricing options. - [[Hosting Plans] List available web hosting plans](https://help.onetsolutions.net/api-reference/web-hosting/[hosting-plans]-list-available-web-hosting-plans.md): Retrieve a list of all available web hosting plans with pricing. - [[Hosting Plans] List web hosting plan groups](https://help.onetsolutions.net/api-reference/web-hosting/[hosting-plans]-list-web-hosting-plan-groups.md): Returns a list of all active web hosting plan groups. - [[Hosting Plans] Retrieve a web hosting plan group](https://help.onetsolutions.net/api-reference/web-hosting/[hosting-plans]-retrieve-a-web-hosting-plan-group.md): Returns details of a specific web hosting plan group including its plans. - [[PHP] List available PHP versions](https://help.onetsolutions.net/api-reference/web-hosting/[php]-list-available-php-versions.md): Get all PHP versions available on this hosting server. - [[PHP] List PHP versions per domain](https://help.onetsolutions.net/api-reference/web-hosting/[php]-list-php-versions-per-domain.md): Get PHP version configuration for each domain/subdomain on this hosting. - [[PHP] Set PHP version for domain](https://help.onetsolutions.net/api-reference/web-hosting/[php]-set-php-version-for-domain.md): Change the PHP version for a specific domain or the main domain. - [[Subdomains] Create subdomain](https://help.onetsolutions.net/api-reference/web-hosting/[subdomains]-create-subdomain.md): Create a new subdomain for this hosting. - [[Subdomains] Delete subdomain](https://help.onetsolutions.net/api-reference/web-hosting/[subdomains]-delete-subdomain.md): Delete a subdomain from this hosting. - [[Subdomains] List subdomains](https://help.onetsolutions.net/api-reference/web-hosting/[subdomains]-list-subdomains.md): Retrieve a list of all subdomains for this hosting. - [[Web Hosting] Get web hosting details](https://help.onetsolutions.net/api-reference/web-hosting/[web-hosting]-get-web-hosting-details.md): Retrieve detailed information about a specific web hosting account, including plan details, resource usage, and billing information. - [[Web Hosting] List SSL certificates](https://help.onetsolutions.net/api-reference/web-hosting/[web-hosting]-list-ssl-certificates.md): Retrieve a list of SSL certificates associated with this web hosting account. Includes certificate status, expiration dates, and validation check results. - [[Web Hosting] List web hosting accounts](https://help.onetsolutions.net/api-reference/web-hosting/[web-hosting]-list-web-hosting-accounts.md): Retrieve a paginated list of web hosting accounts within the specified project. - [[Web Hosting] Order a web hosting](https://help.onetsolutions.net/api-reference/web-hosting/[web-hosting]-order-a-web-hosting.md): Create an order for web hosting. Supports four domain source types: - **register**: Register a new domain with the hosting - **transfer**: Transfer an existing domain from another registrar (EPP code required) - **existing**: Use a domain already in your organization - **external**: Use an external… - [[Web Hosting] Request web hosting cancellation](https://help.onetsolutions.net/api-reference/web-hosting/[web-hosting]-request-web-hosting-cancellation.md): Submit a cancellation request for a web hosting account. - [[Web Hosting] Revoke web hosting cancellation](https://help.onetsolutions.net/api-reference/web-hosting/[web-hosting]-revoke-web-hosting-cancellation.md): Revoke a pending cancellation request for a web hosting account. - [A Sustainable and Eco-Responsible Vision](https://help.onetsolutions.net/blog/en/a-sustainable-and-eco-responsible-vision.md): How OnetSolutions promotes eco-responsibility through server recycling, component reuse, and donations to charitable programs. - [AlmaLinux 9: Optimal Performance and Stability](https://help.onetsolutions.net/blog/en/almalinux-9-performance-and-stability.md): AlmaLinux 9, a 100% compatible alternative to CentOS, is now available on our VPS — bringing optimal performance, stability, and enhanced security. - [Boost Your Site Speed by Up to 400% with LiteSpeed](https://help.onetsolutions.net/blog/en/boost-your-site-speed-by-400-percent.md): Our web hosting plans ship with LiteSpeed — an NGINX-based stack that can speed up your site (especially WordPress) by up to 400%. - [The Benefits of Caching on a VPS](https://help.onetsolutions.net/blog/en/boost-your-website-with-vps-caching.md): How caching on a VPS speeds up page loads, lowers server load, saves bandwidth, and helps with SEO. - [Who Will Succeed CentOS?](https://help.onetsolutions.net/blog/en/centos-successor-almalinux.md): With Red Hat moving CentOS to CentOS Stream, AlmaLinux has emerged as a serious alternative — now available on our VPS as a one-click install. - [Copy Fail (CVE-2026-31431): Linux Kernel Local Privilege Escalation](https://help.onetsolutions.net/blog/en/copy-fail-cve-2026-31431.md): A critical Linux kernel cryptographic-subsystem flaw lets a local user become root. Analysis, scope, and mitigation. - [cPanel, Plesk, or Webmin: Which Should You Pick?](https://help.onetsolutions.net/blog/en/cpanel-vs-plesk-vs-webmin.md): A side-by-side look at popular VPS control panels — cPanel, Plesk, Webmin, Virtualmin, and ISPConfig — to help you pick the right one. - [CUPS: Remote Code Execution via cups-browsed (CVE-2024-47076 and friends)](https://help.onetsolutions.net/blog/en/cups-rce-2024.md): Four chained CUPS flaws let an attacker register a malicious printer and gain RCE when a user prints to it. - [Debian 10](https://help.onetsolutions.net/blog/en/debian-10.md): Debian 10 Buster is now available for one-click install on our VPS, with AppArmor enabled by default for stronger access control. - [Debian 11 Bullseye](https://help.onetsolutions.net/blog/en/debian-11-bullseye.md): Debian 11 Bullseye is now available for one-click install on our VPS at no extra cost — with kernel 5.10 LTS, native WireGuard, and exFAT support. - [Debian 12 Bookworm](https://help.onetsolutions.net/blog/en/debian-12-bookworm.md): Debian 12 is now available on our VPS — bringing the Linux 5.10 kernel, stronger security with AppArmor and seccomp, and an improved apt experience. - [Debian 13 Trixie: New Features and Improvements](https://help.onetsolutions.net/blog/en/debian-13-trixie.md): Debian 13 'Trixie' is now available as a one-click install on our VPS — with kernel 6.12 LTS, GNOME 48, KDE Plasma 6.3, and 14,100 new packages. - [Hardening a Linux VPS: Tips and Tools](https://help.onetsolutions.net/blog/en/enhanced-vps-linux-security.md): Practical tips and recommended tools — iptables, SSH keys, Fail2ban, OpenVAS, Logwatch, ModSecurity — to harden your Linux VPS. - [Get a Domain Name for Free](https://help.onetsolutions.net/blog/en/free-domain-name.md): A well-chosen domain name strengthens your online presence and SEO. ONETSOLUTIONS includes a free domain name with every web hosting plan. - [How to Get a Free SSL Certificate](https://help.onetsolutions.net/blog/en/free-ssl-certificate-for-web-hosting.md): Our entire shared hosting infrastructure now serves HTTPS, with a free SSL certificate compatible with most browsers. - [How cPanel Simplifies Hosting Management](https://help.onetsolutions.net/blog/en/how-cpanel-makes-life-easier.md): A look at cPanel — included for free in our web hosting plans starting at €1.90 — and everything you can manage with it in just a few clicks. - [Ingress Nightmare: Unauthenticated RCE on Kubernetes Clusters (Ingress NGINX)](https://help.onetsolutions.net/blog/en/ingress-nightmare-kubernetes-2025.md): Four chained CVEs in the Ingress NGINX controller let an unauthenticated attacker run code and ultimately take over the cluster. - [Windows Licensing Now Available](https://help.onetsolutions.net/blog/en/licensed-windows-vps-now-available.md): Windows licences are now available on our VPS — unlimited users, no commitment, and €1.80 excl. VAT per month per vCPU. - [Web Analytics with Matomo](https://help.onetsolutions.net/blog/en/matomo-statistics-for-web-hosting.md): Track visitor activity on your blog, store, forum or website with Matomo — included with our web hosting plans. - [MongoBleed (CVE-2025-14847): Unauthenticated MongoDB Memory Leak](https://help.onetsolutions.net/blog/en/mongobleed-cve-2025-14847.md): A flaw in MongoDB's network layer leaks fragments of server RAM — credentials, API keys, BSON — to unauthenticated attackers. - [New VPS Plans](https://help.onetsolutions.net/blog/en/new-vps-plans.md): A new VPS lineup with DDR4 memory and Intel E5-2690v3 CPUs — up to 500% faster on CPU and 50% faster on RAM compared to our previous plans. - [Install WordPress, PrestaShop or Drupal in Two Clicks](https://help.onetsolutions.net/blog/en/one-click-install-wordpress-prestashop-drupal.md): Install WordPress, Drupal, PrestaShop and many other CMS in two clicks with Installatron — included for free in our web hosting plans. - [Pay with Bitcoin and Altcoins](https://help.onetsolutions.net/blog/en/pay-with-bitcoin-and-altcoins.md): ONETSOLUTIONS is one of the first hosting providers to accept Bitcoin and altcoin payments to make ordering and renewing your services easier. - [Pay with Paysafecard](https://help.onetsolutions.net/blog/en/pay-with-paysafecard.md): Pay for your hosting, domain name, web radio or VPS with a PAYSAFECARD prepaid card — now accepted at ONETSOLUTIONS. - [React2Shell (CVE-2025-55182): Unauthenticated RCE in React Server Components](https://help.onetsolutions.net/blog/en/react2shell-cve-2025-55182.md): Unsafe deserialisation in React 19's Flight protocol allows arbitrary code execution on the server. CVSS 10.0, active exploitation. - [RediShell (CVE-2025-49844): Redis Lua Sandbox Escape to RCE](https://help.onetsolutions.net/blog/en/redishell-cve-2025-49844.md): A malicious Lua script exploits a use-after-free in Redis's embedded engine to execute native code on the host. Public PoC. - [RegreSSHion (CVE-2024-6387): Unauthenticated RCE in OpenSSH](https://help.onetsolutions.net/blog/en/regresshion-cve-2024-6387.md): A regression of a 2006 OpenSSH bug reappears in recent versions and allows remote code execution as root, without authentication. - [Protect Your Data with Automated Backups](https://help.onetsolutions.net/blog/en/secure-your-data-with-automated-backups.md): Two backup options to protect your data: automated daily backups (€4.99/mo) and on-demand snapshots (€2.99/mo) — encrypted, off-site, and flexible. - [How Server Location Impacts Website Performance](https://help.onetsolutions.net/blog/en/server-location-and-website-performance.md): Why server location matters for performance, availability, and SEO — and how to pick the right one for your website. - [Simplified Automation with Ansible](https://help.onetsolutions.net/blog/en/simplified-automation-with-ansible.md): What Ansible is, how it works, and how its agentless, YAML-based approach can simplify deployment and configuration management. - [Ubuntu 18.04 LTS](https://help.onetsolutions.net/blog/en/ubuntu-18-04-lts.md): Ubuntu 18.04 LTS is now available for one-click install on our VPS. - [Ubuntu 24.04 Noble Numbat: New Features and Improvements](https://help.onetsolutions.net/blog/en/ubuntu-24-04.md): Ubuntu 24.04 LTS 'Noble Numbat' is now available on our VPS — featuring GNOME 46, Linux 6.8, an updated installer, and more. - [Why Small Businesses Should Choose VPS Hosting](https://help.onetsolutions.net/blog/en/vps-hosting-for-small-businesses.md): Why VPS hosting often is the right fit for small businesses — flexibility, performance, control, security, and expert support. - [An Upgrade for Our VPS Plans](https://help.onetsolutions.net/blog/en/vps-plan-upgrade.md): Our refreshed VPS pricing is live: more NVMe storage, harmonised SSD storage, and updated options for backups, snapshots and managed services. - [Windows Server 2019](https://help.onetsolutions.net/blog/en/windows-server-2019.md): Windows Server 2019 is now available for one-click install on our VPS. - [xz-utils Backdoor (CVE-2024-3094): A Textbook Supply-Chain Attack](https://help.onetsolutions.net/blog/en/xz-backdoor-cve-2024-3094.md): A deliberate backdoor planted in xz-utils 5.6.0 and 5.6.1 targeted OpenSSH via systemd. Caught early, narrow blast radius — but the lesson is huge. - [YunoHost: Easy and Secure Self-Hosting](https://help.onetsolutions.net/blog/en/yunohost-easy-and-secure-self-hosting.md): YunoHost on Debian 11 is now available as a one-click install on our VPS — making it simple to self-host your online services. - [Changelog](https://help.onetsolutions.net/changelog/overview.md): Stay up to date with the latest OnetSolutions product updates, new features, and improvements - [API Keys](https://help.onetsolutions.net/console/api-keys.md): Create and manage API keys for programmatic access to OnetSolutions services - [Organizations](https://help.onetsolutions.net/console/organizations.md): Manage organizations to collaborate with your team on OnetSolutions - [Profile Settings](https://help.onetsolutions.net/console/profile.md): Manage your personal information and account preferences - [Security Settings](https://help.onetsolutions.net/console/security.md): Secure your OnetSolutions account with password management and two-factor authentication - [Support Tickets](https://help.onetsolutions.net/console/support.md): Get help from the OnetSolutions support team - [Transfer a Domain](https://help.onetsolutions.net/domain/incoming-transfer.md): Transfer your domain name to OnetSolutions - [Register a Domain](https://help.onetsolutions.net/domain/register.md): Register a new domain name with OnetSolutions - [Documentation](https://help.onetsolutions.net/home.md): Guides, tutorials, and answers to your questions about our hosting services - [Billing & Payments](https://help.onetsolutions.net/subscription/billing.md): Understand billing, renewals, and payment options at OnetSolutions - [Commitment & Cancellation](https://help.onetsolutions.net/subscription/commitment.md): No-commitment policy and how to cancel your services - [Activate Memory Hotplug](https://help.onetsolutions.net/tutorials/how-to-activate-memory-hotplug.md): Enable dynamic memory management on your VPS - [Configure Date and Time](https://help.onetsolutions.net/tutorials/how-to-change-the-date-and-time.md): Configure timezone and time synchronization on your VPS - [Change Your Password](https://help.onetsolutions.net/tutorials/how-to-change-the-password.md): Change your Linux user password for improved security - [Connect to Linux via SSH](https://help.onetsolutions.net/tutorials/how-to-connect-to-linux-server.md): Connect to your Linux VPS using SSH from Windows, Mac, or Linux - [Run a Speedtest](https://help.onetsolutions.net/tutorials/how-to-do-a-speedtest.md): Test your VPS network speed from the command line - [Extend a Partition](https://help.onetsolutions.net/tutorials/how-to-extend-a-partition.md): Extend a disk partition after increasing disk size - [Install Docker](https://help.onetsolutions.net/tutorials/how-to-install-docker.md): Install Docker on your VPS for containerized applications - [Install GitLab](https://help.onetsolutions.net/tutorials/how-to-install-gitlab.md): Install GitLab for self-hosted Git repository management - [Install K3s Kubernetes](https://help.onetsolutions.net/tutorials/how-to-install-k3s.md): Install K3s lightweight Kubernetes on your VPS - [Install YunoHost](https://help.onetsolutions.net/tutorials/how-to-install-yunohost.md): Install YunoHost for easy self-hosting of web applications - [Update the Kernel](https://help.onetsolutions.net/tutorials/how-to-update-the-kernel.md): Update your Linux kernel and system packages - [Upgrade Debian 11 to Debian 12](https://help.onetsolutions.net/tutorials/how-to-upgrade-debian-11-to-debian-12.md): Step-by-step guide to upgrade from Debian 11 (Bullseye) to Debian 12 (Bookworm) - [Upgrade Ubuntu to Latest Version](https://help.onetsolutions.net/tutorials/how-to-upgrade-ubuntu-to-latest-version.md): Upgrade your Ubuntu system to the latest LTS release - [QEMU Guest Agent](https://help.onetsolutions.net/vps/agent.md): Install and configure the QEMU Guest Agent on your VPS for improved performance and management - [Backup](https://help.onetsolutions.net/vps/backup.md): Automatic daily backups for your VPS data protection - [Firewall Rules](https://help.onetsolutions.net/vps/firewall.md): Configure firewall rules to protect your VPS - [Getting Started with Your VPS](https://help.onetsolutions.net/vps/getting-started-with-your-vps.md): Get started with your OnetSolutions VPS - access, installation, and first steps - [KVM Console](https://help.onetsolutions.net/vps/kvm-console.md): Access your VPS directly through a browser-based console - [Network Configuration](https://help.onetsolutions.net/vps/network.md): Network configuration and policies for your OnetSolutions VPS - [VPS Offers](https://help.onetsolutions.net/vps/offers.md): Overview of OnetSolutions VPS product generations and specifications - [Operating Systems](https://help.onetsolutions.net/vps/operating-system.md): Available operating system versions for your OnetSolutions VPS - [Point Domain to VPS](https://help.onetsolutions.net/vps/redirect-my-domain.md): Point your domain name to your VPS IP address - [Restart Your VPS](https://help.onetsolutions.net/vps/restart.md): Restart your VPS using software or hardware reboot - [Snapshots](https://help.onetsolutions.net/vps/snapshot.md): Create and restore snapshots of your VPS state - [Addon Domains](https://help.onetsolutions.net/web-hosting/additional-domain.md): Add and manage multiple domains on your web hosting account - [Backups](https://help.onetsolutions.net/web-hosting/backup.md): Create and manage backups of your web hosting data with cPanel - [HTTPS Redirection](https://help.onetsolutions.net/web-hosting/https-redirection.md): Redirect HTTP traffic to HTTPS for secure connections - [PHP Email (SMTP)](https://help.onetsolutions.net/web-hosting/php-email.md): Send emails from PHP using SMTP authentication - [PHP Version](https://help.onetsolutions.net/web-hosting/php-version.md): Change the PHP version for your web hosting account - [Softaculous](https://help.onetsolutions.net/web-hosting/softaculous.md): Install and manage web applications with Softaculous - [Subdomains](https://help.onetsolutions.net/web-hosting/subdomains.md): Create and manage subdomains for your web hosting account - [cPanel Overview](https://help.onetsolutions.net/web-hosting/web-hosting-cpanel.md): Introduction to cPanel web hosting management at OnetSolutions - [Webmail](https://help.onetsolutions.net/web-hosting/webmail.md): Access and manage your email accounts with webmail ## OpenAPI Specs - [schema](https://api.onetsolutions.net/schema) - [openapi](https://help.onetsolutions.net/api-reference/openapi.json)