---
title: "Cloud Platform - September 8, 2025"
date: "2025-09-12T05:57:24+00:00"
summary: "Cloud API update: Private Network Service APIs added, usage endpoint filters fixed. Manage networks, VPNs, VPC peers & more."
image:
type: "announcement"
url: "/acquia-cloud-platform/release/2025-09-08/74616-cloud-platform-september-8-2025"
id: "d3c0710c-4864-41f3-a4f2-5a8fbec57e39"
---

**Type**

**Related ticket**

**Release note**

CHANGE

NM-5231
=======

[Cloud API](https://cloudapi-docs.acquia.com/#/Subscriptions/getSubscriptionEntitlements) is updated to include Private Network Service APIs. Through these APIs, you can:

*   Create a new private network
*   Retrieve a private network by ID
*   Update a private network
*   Delete a private network
*   List private networks for a subscription
*   Add a new VPN to an existing private network
*   Get VPNs for a private network
*   Retrieve a VPN for a private network
*   Create, update, or delete a VPN for a private network
*   Add a new VPC peer to an existing private network
*   Get VPC peers for a private network
*   Create, update, or delete a VPC peer for a private network
*   Get a specific VPC peer from a private network
*   Update or get connections for a private network
*   Get isolation for a private network
*   Update isolation settings of a private network
*   Update or get Ingress for a private network

FIX

SUB-7572
========

In [Cloud API](https://cloudapi-docs.acquia.com/), the `from` and `to` query parameters in usage endpoints were incorrectly passed as standalone parameters. With this fix, these filters are included as part of the `filter` query string.