consular_agent_deregister_service: Deregister a new service from the local agent

Description Usage Arguments References Examples

Description

Deregister a new service from the local agent

Usage

1

Arguments

id

string

References

https://www.consul.io/api/agent/service.html#deregister-service

Examples

1
2
3
4
5
6
7
## Not run: 
consular_agent_deregister_service('ssh-on-devbox')

## deregister all services of the local agent
sapply(consular_agent_services()$ID, consular_agent_deregister_service)

## End(Not run)

daroczig/consular documentation built on May 9, 2019, 4:57 a.m.