Scaleway Instance
@sntxrr/scaleway-instancev2026.07.19.1
01README
Manage a Scaleway Instance compute server — sync current state, issue power actions (poweron/poweroff/reboot/stop_in_place/terminate), and discover servers in a zone, via the Instance API with X-Auth-Token auth.
02Models
@sntxrr/scaleway-instancev2026.07.19.1scaleway_instance.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| secretKey | string | Scaleway API secret key. Wire with ${{ vault.get(scaleway, SCW_SECRET_KEY) }}. |
| projectId | string | Scaleway Project ID that owns the server. |
| zone | string | Availability zone, e.g. fr-par-1, nl-ams-1, pl-waw-1. |
| serverId? | string | ID of the Instance server this model manages. Optional — the `list` |
| endpoint? | string | Override the API host. Defaults to https://api.scaleway.com. |
fn sync()
Fetch the server's current state (GetServer).
fn action(action: enum)
Issue a power action (poweron, poweroff, reboot, stop_in_place, terminate).
| Argument | Type | Description |
|---|---|---|
| action | enum | Instance server action verb. |
fn list()
Discover all Instance servers in the zone (factory).
Resources
server(infinite)— Snapshot of the Instance server's state
03Previous Versions
2026.07.18.2
2026.07.18.1
04Stats
A
100 / 100
Downloads
0
Archive size
7.8 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
Repository
https://github.com/sntxrr/swamp-scaleway05Platforms
06Labels