cli4
Verified for current stable LTS
Cli4 Command: Update Existing Dns Record
Use for update existing dns record with Cli4. Exact CLI syntax to update existing dns record using Cli4.
When to use this: Use for update existing dns record with Cli4.
Command Syntax
cli4 --put <name=sub.example.com> <type=A> <content=192.0.2.2> {/zones/:example.com/dns_records/:record_id} cli4 --put <name=sub.example.com> <type=A> <content=192.0.2.2> `{/zones/:example.com/dns_records/:record_id`} Command Breakdown
--put- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to update existing dns record using Cli4.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Cli4 Command: Create A New DNS Record
cli4 --post <name=example.com> <type=A> <content=192.0.2.1> {/zones/:example.com/dns_records} Cli4 Command: Delete A DNS Record cli4 --delete {/zones/:example.com/dns_records/:record_id} Cli4 Command: Display Account Information cli4 </user> Cli4 Command: List DNS Records For A Specific Zone cli4 {/zones/:example.com/dns_records} Cli4 Command: List All Zones cli4 </zones>