Network

ip

Get the public IP address of a server.

ops ip <target>

Arguments:

Argument
Description

target

Node ID or app.project format

Resolves the server's DNS domain to its IPv4 address.

Example:

ops ip api.my-saas
# 203.0.113.1

ping

Ping a server to check reachability.

ops ping <target>

Arguments:

Argument
Description

target

Node ID or app.project format

Example:

ops ping 42

Last updated