
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@scaleway/sdk-autoscaling
Advanced tools
Scaleway SDK for Autoscaling API.
Note
This is an automatically generated package that is part of the Scaleway SDK for JavaScript.
npm install @scaleway/sdk-autoscaling @scaleway/sdk-client
or with pnpm:
pnpm add @scaleway/sdk-autoscaling @scaleway/sdk-client
or with yarn:
yarn add @scaleway/sdk-autoscaling @scaleway/sdk-client
You'll need a pair of access and secret keys to connect to Scaleway API. Please check the documentation on how to retrieve them.
import { createClient } from '@scaleway/sdk-client'
import { Autoscaling } from '@scaleway/sdk-autoscaling'
const client = createClient({
accessKey: 'SCWXXXXXXXXXXXXXXXXX',
secretKey: 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx',
defaultProjectId: 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx',
defaultRegion: 'fr-par',
defaultZone: 'fr-par-1',
})
const api = new Autoscaling.v1.API(client)
// Use the API
// Example: await api.listServers()
For a simpler setup, you can load credentials from the configuration file or environment variables:
import { createClient } from '@scaleway/sdk-client'
import { loadProfileFromConfigurationFile } from '@scaleway/configuration-loader'
import { Autoscaling } from '@scaleway/sdk-autoscaling'
const profile = loadProfileFromConfigurationFile()
const client = createClient(profile)
const api = new Autoscaling.v1.API(client)
We love feedback! Feel free to reach us on:
This repository is at its early stage and is still in active development. If you are looking for a way to contribute, please read CONTRIBUTING.md.
This project is Apache 2.0 licensed. See the LICENSE file for details.
FAQs
Scaleway SDK autoscaling
We found that @scaleway/sdk-autoscaling demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.