diff --git a/images/upload/index.shtml b/images/upload/index.shtml index 57b3ea5..34659fa 100644 --- a/images/upload/index.shtml +++ b/images/upload/index.shtml @@ -28,7 +28,7 @@ along with Linode Manager Classic. If not, see .
-

Image uploading is currently in beta and is subject to the terms of the Early Adopter Testing Agreement.

+

Beginning September 1, 2021 Custom Images will be billed at $0.10/GB per month based on the uncompressed image size.

diff --git a/images/upload/upload.js b/images/upload/upload.js index 6838984..e3e1f45 100644 --- a/images/upload/upload.js +++ b/images/upload/upload.js @@ -86,7 +86,7 @@ import { settings, elements, regionNames, apiGet, apiPost, objPut, parseParams, if (ui.description.value.length) req.description = ui.description.value; - apiPost("beta/images/upload", req, displayUpload); + apiPost("/images/upload", req, displayUpload); }; // Click handler for upload button